Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Nicolle committed Sep 13, 2024
1 parent a96df38 commit 95d4e41
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.1
current_version = 1.0.2
commit = False
tag = False
serialize =
Expand Down
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2
2 changes: 1 addition & 1 deletion example/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "client",
"private": true,
"version": "0.0.0",
"version": "1.0.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linkurious/ogma-oracle-parser",
"version": "1.0.1",
"version": "1.0.2",
"description": "Parses responses from Oracle graph DB into Ogma format",
"main": "dist/ogma-oracle-parser.umd.js",
"module": "dist/ogma-oracle-parser.umd.js",
Expand Down Expand Up @@ -85,4 +85,4 @@
"vitepress": "^1.0.0-rc.30",
"vitest": "^1.0.1"
}
}
}

0 comments on commit 95d4e41

Please sign in to comment.