File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 11name =EloquentTinyML
2- version =0 .0.7
2+ version =3 .0.0
33author =Simone Salerno,eloquentarduino@gmail.com
44maintainer =Simone Salerno,eloquentarduino@gmail.com
55sentence =An eloquent interface to Tensorflow Lite for Microcontrollers
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ message=${2:-bump}
1212
1313sed -i ' ' -E " s/\" version\" : \" .+\" ,/\" version\" : \" ${1} \" ,/" library.json
1414sed -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
You can’t perform that action at this time.
0 commit comments