Skip to content

Commit

Permalink
correct release version
Browse files Browse the repository at this point in the history
  • Loading branch information
nivemaham committed Nov 19, 2020
1 parent 730e317 commit a17b1b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
allprojects {
group 'org.radarcns'

version 'release-0.6.2' // project version
version '0.6.2' // project version

// The comment on the previous line is only there to identify the project version line easily
// with a sed command, to auto-update the version number with the prepare-release-branch.sh
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "management-portal",
"version": "release-0.6.2",
"version": "0.6.2",
"description": "Description for ManagementPortal",
"private": true,
"cacheDirectories": [
Expand Down

0 comments on commit a17b1b3

Please sign in to comment.