Skip to content

Commit

Permalink
Increase version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidTranDucVL committed Nov 25, 2020
1 parent efd815b commit 1008629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cardano-hw-cli",
"version": "1.0.0",
"version": "1.1.0",
"engines": {
"node": "12.16.2"
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-linux-deb-package.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

PACKAGE='cardano-hw-cli'
VERSION='1.0.0-1' # majorVersion.minorVersion.patchVersion-packageRevision
VERSION='1.1.0-1' # majorVersion.minorVersion.patchVersion-packageRevision
ARCHITECTURE='i386'
MAINTAINER='Peter Benc <[email protected]>, David Tran Duc <[email protected]>'
DESCRIPTION='Cardano hw cli
Expand Down

0 comments on commit 1008629

Please sign in to comment.