Skip to content

Commit

Permalink
docs: bump version to 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twelch committed Dec 25, 2024
1 parent 74b41c2 commit 9f844a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docs/api/geoprocessing/variables/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -1167,5 +1167,5 @@ types: string = "dist/src/index.d.ts";
### version

```ts
version: string = "7.0.0-beta.13";
version: string = "7.0.0";
```
2 changes: 1 addition & 1 deletion website/docs/tutorials/newproject.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Start with initializing a new project:

```sh
cd /workspaces
npx @seasketch/geoprocessing@7.0.0-beta.13 init 7.0.0-beta.13
npx @seasketch/geoprocessing init
```

If you want to install anything other than the latest version you have to run a more specific command. Assume you want to init a new project using version 6.1.2. You would run:
Expand Down
2 changes: 1 addition & 1 deletion website/docs/tutorials/sampleproject.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Start the project `init` process, which will download the framework, and collect

```sh
cd /workspaces
npx @seasketch/geoprocessing@7.0.0-beta.13 init 7.0.0-beta.13
npx @seasketch/geoprocessing init
```

```text
Expand Down

0 comments on commit 9f844a1

Please sign in to comment.