diff --git a/modules/ROOT/pages/download.adoc b/modules/ROOT/pages/download.adoc index b77540053..680c10594 100644 --- a/modules/ROOT/pages/download.adoc +++ b/modules/ROOT/pages/download.adoc @@ -38,7 +38,7 @@ To download and install a specific version from a terminal shell: . Set the `DFX_VERSION` environment variable to the version of the {sdk-short-name} package you want to install as a prefix to `+curl+` command. + -For example, to install version 0.6.24, you would run the following command: +For example, to install version 0.6.25, you would run the following command: + [source,bash] ---- diff --git a/modules/developers-guide/examples/add-stylesheet-package.json b/modules/developers-guide/examples/add-stylesheet-package.json index c5a1dc6e5..a94881533 100644 --- a/modules/developers-guide/examples/add-stylesheet-package.json +++ b/modules/developers-guide/examples/add-stylesheet-package.json @@ -7,7 +7,7 @@ "build": "webpack" }, "devDependencies": { - "@dfinity/agent": "0.6.24", + "@dfinity/agent": "0.6.25", "terser-webpack-plugin": "2.2.2", "webpack": "4.41.3", "webpack-cli": "3.3.10" diff --git a/modules/developers-guide/examples/custom-frontend-package.json b/modules/developers-guide/examples/custom-frontend-package.json index 993e26312..032f4a3ff 100644 --- a/modules/developers-guide/examples/custom-frontend-package.json +++ b/modules/developers-guide/examples/custom-frontend-package.json @@ -7,7 +7,7 @@ "build": "webpack" }, "devDependencies": { - "@dfinity/agent": "0.6.24", + "@dfinity/agent": "0.6.25", "terser-webpack-plugin": "2.2.2", "webpack": "4.41.3", "webpack-cli": "3.3.10" diff --git a/modules/developers-guide/examples/define-actor-dfx.json b/modules/developers-guide/examples/define-actor-dfx.json index 22d571cab..a892c8ac1 100644 --- a/modules/developers-guide/examples/define-actor-dfx.json +++ b/modules/developers-guide/examples/define-actor-dfx.json @@ -10,7 +10,7 @@ "packtool": "" } }, - "dfx": "0.6.24", + "dfx": "0.6.25", "networks": { "local": { "bind": "127.0.0.1:8000", diff --git a/modules/developers-guide/examples/multiple-actors/dfx.json b/modules/developers-guide/examples/multiple-actors/dfx.json index 00ccfe7ae..143dbfc08 100644 --- a/modules/developers-guide/examples/multiple-actors/dfx.json +++ b/modules/developers-guide/examples/multiple-actors/dfx.json @@ -18,7 +18,7 @@ "packtool": "" } }, - "dfx": "0.6.24", + "dfx": "0.6.25", "networks": { "local": { "bind": "127.0.0.1:8000", diff --git a/modules/developers-guide/examples/sample-dfx.json b/modules/developers-guide/examples/sample-dfx.json index 64455b14e..786695226 100644 --- a/modules/developers-guide/examples/sample-dfx.json +++ b/modules/developers-guide/examples/sample-dfx.json @@ -24,7 +24,7 @@ } }, - "dfx": "0.6.24", + "dfx": "0.6.25", "networks": { "local": { "bind": "127.0.0.1:8000", diff --git a/modules/developers-guide/examples/sample-explore-dfx.json b/modules/developers-guide/examples/sample-explore-dfx.json index 1ca0862f3..5a6caa6b9 100644 --- a/modules/developers-guide/examples/sample-explore-dfx.json +++ b/modules/developers-guide/examples/sample-explore-dfx.json @@ -23,7 +23,7 @@ "packtool": "" } }, - "dfx": "0.6.24", + "dfx": "0.6.25", "networks": { "local": { "bind": "127.0.0.1:8000", diff --git a/modules/developers-guide/pages/cli-reference/dfx-envars.adoc b/modules/developers-guide/pages/cli-reference/dfx-envars.adoc index 1950835c0..c68ab9ee7 100644 --- a/modules/developers-guide/pages/cli-reference/dfx-envars.adoc +++ b/modules/developers-guide/pages/cli-reference/dfx-envars.adoc @@ -43,5 +43,5 @@ DFX_TELEMETRY_DISABLED=1 Use the `+DFX_VERSION+` environment variable to identify a specific version of the {sdk-short-name} that you want to install. .... -DFX_VERSION=0.6.24 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)" +DFX_VERSION=0.6.25 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)" .... diff --git a/modules/developers-guide/pages/install-upgrade-remove.adoc b/modules/developers-guide/pages/install-upgrade-remove.adoc index b8e72b24e..c74e47813 100644 --- a/modules/developers-guide/pages/install-upgrade-remove.adoc +++ b/modules/developers-guide/pages/install-upgrade-remove.adoc @@ -56,7 +56,7 @@ The following table describes the development environment components that the in The `~/.cache/dfinity/versions` directory stores one or more versioned subdirectories of the {sdk-short-name}. Each versioned subdirectory contains the all of the directories and files required for a specific version of the {sdk-short-name}. -For example, if you list the contents of the `~/.cache/dfinity/versions/0.6.24` directory you would see the following core components: +For example, if you list the contents of the `~/.cache/dfinity/versions/0.6.25` directory you would see the following core components: .... total 338216 diff --git a/modules/quickstart/pages/local-quickstart.adoc b/modules/quickstart/pages/local-quickstart.adoc index dc6a77de7..3723785f7 100644 --- a/modules/quickstart/pages/local-quickstart.adoc +++ b/modules/quickstart/pages/local-quickstart.adoc @@ -75,7 +75,7 @@ dfx --version The command displays version information for the `+dfx+` command-line executable similar to the following: + .... -dfx 0.6.24 +dfx 0.6.25 .... . Preview usage information for the other `+dfx+` command-line sub-commands by running the following command: + diff --git a/modules/quickstart/pages/network-quickstart.adoc b/modules/quickstart/pages/network-quickstart.adoc index 535705bb5..7eb97c9e7 100644 --- a/modules/quickstart/pages/network-quickstart.adoc +++ b/modules/quickstart/pages/network-quickstart.adoc @@ -76,7 +76,7 @@ dfx --version The command displays version information for the `+dfx+` command-line executable similar to the following: + .... -dfx 0.6.24 +dfx 0.6.25 .... . Preview usage information for the other `+dfx+` command-line sub-commands by running the following command: + diff --git a/modules/release-notes/pages/sdk-release-notes.adoc b/modules/release-notes/pages/sdk-release-notes.adoc index 0bc81437a..313a74cf0 100644 --- a/modules/release-notes/pages/sdk-release-notes.adoc +++ b/modules/release-notes/pages/sdk-release-notes.adoc @@ -6,7 +6,7 @@ :company-id: DFINITY :sdk-short-name: DFINITY Canister SDK :sdk-long-name: DFINITY Canister Software Development Kit (SDK) -:release: 0.6.24 +:release: 0.6.25 ifdef::env-github,env-browser[:outfilesuffix:.adoc] The {sdk-long-name} enables developers to develop applications to run on the {IC}.