diff --git a/package-lock.json b/package-lock.json index 2e5908d..a73004d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-diff-view", - "version": "1.6.2", + "version": "2.0.0-alpha.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 75ef0aa..9151c08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-diff-view", - "version": "1.6.2", + "version": "2.0.0-alpha.1", "description": "A git diff component to consume the git unified diff output.", "main": "cjs/index.js", "module": "es/index.js",