Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Lesiak committed Jan 25, 2023
1 parent 58ba1b5 commit 9043703
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ After installation open `cmd.exe` and verify `python --version` returns current

1. Install [Chocolatey](https://docs.chocolatey.org/en-us/choco/setup).
2. In PowerShell run as administrator following command:
`choco install antelopeio-dune --version=1.0.0`
`choco install antelopeio-dune --version=1.1.0`
3. Restart your computer (this is because %PATH% has to be reloaded. In cmd.exe it is enough to run command `refreshenv`).
4. Open PowerShell / cmd.exe and try that following command works: `dune.bat --version`.

Expand Down
2 changes: 1 addition & 1 deletion packaging/antelopeio-dune/antelopeio-dune.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>antelopeio-dune</id>
<version>1.0.0</version>
<version>1.1.0</version>
<owners>EOS Network Foundation</owners>
<title>AntelopeIO DUNE</title>
<authors>EOS Network Foundation</authors>
Expand Down
2 changes: 1 addition & 1 deletion packaging/generate_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [[ ${VARIANT} == "deb" ]]; then
fi
fi

VERSION_NO_SUFFIX="1.0.0"
VERSION_NO_SUFFIX="1.1.0"
VERSION_SUFFIX="dev"
VERSION="$VERSION_NO_SUFFIX"-"$VERSION_SUFFIX"

Expand Down

0 comments on commit 9043703

Please sign in to comment.