bumped version to 1.3.0-alpha1

This commit is contained in:
saifullah-N
2023-03-19 22:23:36 +05:30
parent 143a7170a5
commit 4e75427eee
3 changed files with 28 additions and 28 deletions

View File

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

View File

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

View File

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