diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9769afe..bce177c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.1.0 +current_version = 5.1.1 commit = False tag = False serialize = diff --git a/.version b/.version index acf69b4..3bff059 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -5.1.0 \ No newline at end of file +5.1.1 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index e45d495..ccaf55f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@linkurious/ogma-react", - "version": "5.1.0", + "version": "5.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@linkurious/ogma-react", - "version": "5.1.0", + "version": "5.1.1", "license": "Apache-2.0", "devDependencies": { "@geist-ui/core": "2.3.6", @@ -9874,4 +9874,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 6b5aab3..0d886f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@linkurious/ogma-react", - "version": "5.1.0", + "version": "5.1.1", "description": "A light adaptation of Ogma for React application", "keywords": [ "ogma", @@ -93,4 +93,4 @@ "url": "https://github.com/linkurious/ogma-react/issues" }, "homepage": "https://github.com/linkurious/ogma-react#readme" -} +} \ No newline at end of file