Skip to content

Commit be7b8b7

Browse files
committed
Bump version: 0.0.0 → 0.1.0
1 parent 51fe339 commit be7b8b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.0.0"
2+
current_version = "0.1.0"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = [
55
"{major}.{minor}.{distance_to_latest_tag}"

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "OpenNumismat",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"private": true,
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)