Skip to content

Commit 28b1748

Browse files
author
stsdc
committed
bump to 0.12.5
1 parent 70296a4 commit 28b1748

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tcs",
3-
"version": "0.12.3",
3+
"version": "0.12.5",
44
"description": "Turtle Control Software",
55
"main": "index.js",
66
"scripts": {

server/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = (0, 12, 3)
1+
version = (0, 12, 5)
22
version_info = '.'.join(str(c) for c in version)

utils/make_deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fpm --input-type dir \
99
--vendor "Kell ideas Ltd." \
1010
--license "MIT" \
1111
--url "https://github.com/TurtleRover/tcs" \
12-
--version "0.12.3" \
12+
--version "0.12.5" \
1313
--iteration 7 \
1414
--architecture all \
1515
--deb-no-default-config-files \

0 commit comments

Comments
 (0)