Skip to content

Commit

Permalink
Update meta version code for V1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nat committed Feb 9, 2019
1 parent 0339b84 commit f2469fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ VERSION=$(shell node -pe "require('./library.json').version")

define release
test -n "$(1)"
git-semver.sh
@sed -i 's/version=.*/version=$1/' library.properties
# git semver get
sed -i '' 's/version=.*/version=$1/' library.properties
echo "CURRENT_VERSION=${VERSION}"
node -e "\
var j = require('./library.json');\
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"type": "git",
"url": "https://github.com/cmmakerclub/MQTT-Connector.git"
},
"version": "1.3.1",
"version": "1.3.3",
"license": "MIT",
"frameworks": "arduino",
"platforms": "espressif",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=CMMC MQTT Connector
version=1.3.1
version=1.3.3
author=Nat Weerawan<[email protected]>
maintainer=Nat Weerawan<[email protected]>
sentence=MQTT Connector library
Expand Down

0 comments on commit f2469fb

Please sign in to comment.