We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70296a4 commit 28b1748Copy full SHA for 28b1748
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tcs",
3
- "version": "0.12.3",
+ "version": "0.12.5",
4
"description": "Turtle Control Software",
5
"main": "index.js",
6
"scripts": {
server/version.py
@@ -1,2 +1,2 @@
-version = (0, 12, 3)
+version = (0, 12, 5)
version_info = '.'.join(str(c) for c in version)
utils/make_deb.sh
@@ -9,7 +9,7 @@ fpm --input-type dir \
9
--vendor "Kell ideas Ltd." \
10
--license "MIT" \
11
--url "https://github.com/TurtleRover/tcs" \
12
- --version "0.12.3" \
+ --version "0.12.5" \
13
--iteration 7 \
14
--architecture all \
15
--deb-no-default-config-files \
0 commit comments