diff --git a/package-lock.json b/package-lock.json index c85450b..15453ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "raviger", - "version": "2.0.2-0", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "2.0.2-0", + "version": "2.0.2", "license": "MIT", "devDependencies": { "@babel/core": "^7.8.4", diff --git a/package.json b/package.json index 1542df5..d752da2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "raviger", - "version": "2.0.2-0", + "version": "2.0.2", "description": "React routing with hooks", "main": "dist/main.js", "module": "dist/module.js",