Skip to content

Commit 777f283

Browse files
bump dist to 3.0.0
1 parent 842c440 commit 777f283

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "git",
77
"url": "https://github.com/eloquentarduino/EloquentTinyML"
88
},
9-
"version": "0.0.7",
9+
"version": "3.0.0",
1010
"authors": {
1111
"name": "Simone Salerno",
1212
"url": "https://github.com/eloquentarduino"

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=EloquentTinyML
2-
version=0.0.7
2+
version=3.0.0
33
author=Simone Salerno,eloquentarduino@gmail.com
44
maintainer=Simone Salerno,eloquentarduino@gmail.com
55
sentence=An eloquent interface to Tensorflow Lite for Microcontrollers

publish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ message=${2:-bump}
1212

1313
sed -i '' -E "s/\"version\": \".+\",/\"version\": \"${1}\",/" library.json
1414
sed -i '' -E "s/version=.+/version=${1}/" library.properties
15-
git add . && git commit -m "bump dist to ${1}" && git tag -a $1 -m "$message" && git push origin master -f && git push origin $1
15+
git add . && git commit -m "bump dist to ${1}" && git tag -a $1 -m "$message" && git push origin main -f && git push origin $1

0 commit comments

Comments
 (0)