Bump version: 0.1 → 1.0

This commit is contained in:
Brendan Haines 2022-11-10 20:28:44 -07:00
parent b57cf6cc05
commit 824298e744
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.1 current_version = 1.0
serialize = {major}.{minor} serialize = {major}.{minor}
parse = (?P<major>\d+).(?P<minor>\d+) parse = (?P<major>\d+).(?P<minor>\d+)
commit = True commit = True

View File

@ -102,7 +102,7 @@
) )
) )
(property "PCB_REVISION" "0.1") (property "PCB_REVISION" "1.0")
(property "PROJECT_NAME" "MELLIFERA") (property "PROJECT_NAME" "MELLIFERA")
(net 0 "") (net 0 "")

View File

@ -499,7 +499,7 @@
] ]
], ],
"text_variables": { "text_variables": {
"PCB_REVISION": "0.1", "PCB_REVISION": "1.0",
"PROJECT_NAME": "MELLIFERA" "PROJECT_NAME": "MELLIFERA"
} }
} }