[go: nahoru, domu]

Skip to content

Commit

Permalink
Update version number (dfinity#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsgunnlsgunn committed Mar 12, 2021
1 parent f5b8f0a commit 269403c
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/download.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion modules/developers-guide/examples/define-actor-dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"packtool": ""
}
},
"dfx": "0.6.24",
"dfx": "0.6.25",
"networks": {
"local": {
"bind": "127.0.0.1:8000",
Expand Down
2 changes: 1 addition & 1 deletion modules/developers-guide/examples/multiple-actors/dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"packtool": ""
}
},
"dfx": "0.6.24",
"dfx": "0.6.25",
"networks": {
"local": {
"bind": "127.0.0.1:8000",
Expand Down
2 changes: 1 addition & 1 deletion modules/developers-guide/examples/sample-dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
},

"dfx": "0.6.24",
"dfx": "0.6.25",
"networks": {
"local": {
"bind": "127.0.0.1:8000",
Expand Down
2 changes: 1 addition & 1 deletion modules/developers-guide/examples/sample-explore-dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"packtool": ""
}
},
"dfx": "0.6.24",
"dfx": "0.6.25",
"networks": {
"local": {
"bind": "127.0.0.1:8000",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
....
2 changes: 1 addition & 1 deletion modules/developers-guide/pages/install-upgrade-remove.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modules/quickstart/pages/local-quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
+
Expand Down
2 changes: 1 addition & 1 deletion modules/quickstart/pages/network-quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
+
Expand Down
2 changes: 1 addition & 1 deletion modules/release-notes/pages/sdk-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand Down

0 comments on commit 269403c

Please sign in to comment.