Skip to content

Commit

Permalink
bump to 0.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stsdc committed Aug 29, 2018
1 parent 70296a4 commit 28b1748
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tcs",
"version": "0.12.3",
"version": "0.12.5",
"description": "Turtle Control Software",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion server/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = (0, 12, 3)
version = (0, 12, 5)
version_info = '.'.join(str(c) for c in version)
2 changes: 1 addition & 1 deletion utils/make_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fpm --input-type dir \
--vendor "Kell ideas Ltd." \
--license "MIT" \
--url "https://github.com/TurtleRover/tcs" \
--version "0.12.3" \
--version "0.12.5" \
--iteration 7 \
--architecture all \
--deb-no-default-config-files \
Expand Down

0 comments on commit 28b1748

Please sign in to comment.