Change version to 1.2.1

This commit is contained in:
saifullah-N
2023-01-27 20:22:46 +05:30
parent ed1a72479a
commit b570cbdcc9
4 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ endif
all: $(HTML) $(RESOURCES)
@for SUB in $(SUBPROJECTS); do $(MAKE) -C src/$$SUB; done
pkg: all $(AVR_FIRMWARE) #bbserial
pkg: all $(AVR_FIRMWARE) bbserial
./setup.py sdist
bbserial:

View File

@@ -1,6 +1,6 @@
{
"name": "bbctrl",
"version": "1.2.0",
"version": "1.2.1",
"homepage": "https://onefinitycnc.com/",
"repository": "https://github.com/OneFinityCNC/onefinity",
"license": "GPL-3.0+",

View File

@@ -43,7 +43,7 @@ class Config(object):
self.values = {}
try:
self.version = "1.2.0"
self.version = "1.2.1"
# Load config template
with open(get_resource('http/config-template.json'), 'r',

View File

@@ -1,5 +1,5 @@
{
"version": "1.0.9",
"version": "1.2.1",
"settings": {
"junction-accel": 200000,
"max-deviation": 0.05,