Skip to content

Commit 660e921

Browse files
author
stsdc
committed
bump version
1 parent 5d79418 commit 660e921

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.1",
3+
"version": "0.12.2",
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, 1)
1+
version = (0, 12, 2)
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
@@ -7,7 +7,7 @@ fpm --input-type dir \
77
--vendor "Kell ideas Ltd." \
88
--url "some url" \
99
--license "MIT" \
10-
--version "0.12.1" \
10+
--version "0.12.2" \
1111
--iteration 1 \
1212
--architecture all \
1313
--deb-no-default-config-files \

0 commit comments

Comments
 (0)