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 5d79418 commit 660e921Copy full SHA for 660e921
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tcs",
3
- "version": "0.12.1",
+ "version": "0.12.2",
4
"description": "Turtle Control Software",
5
"main": "index.js",
6
"scripts": {
server/version.py
@@ -1,2 +1,2 @@
-version = (0, 12, 1)
+version = (0, 12, 2)
version_info = '.'.join(str(c) for c in version)
utils/make_deb.sh
@@ -7,7 +7,7 @@ fpm --input-type dir \
7
--vendor "Kell ideas Ltd." \
8
--url "some url" \
9
--license "MIT" \
10
- --version "0.12.1" \
+ --version "0.12.2" \
11
--iteration 1 \
12
--architecture all \
13
--deb-no-default-config-files \
0 commit comments