diff --git a/core/package.json b/core/package.json index cb11c52..a26a52e 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "tea-cup-core", - "version": "1.0.0", + "version": "1.0.1", "description": "react-tea-cup core classes and utilities (Maybe etc)", "author": "Rémi Van Keisbelck ", "license": "MIT", diff --git a/samples/package.json b/samples/package.json index e71c72f..2c931fe 100644 --- a/samples/package.json +++ b/samples/package.json @@ -11,7 +11,7 @@ "react": "^16.7.0", "react-dom": "^16.7.0", "react-scripts": "3.4.1", - "react-tea-cup": "1.0.0" + "react-tea-cup": "1.0.1" }, "scripts": { "start": "react-scripts start", diff --git a/tea-cup/package.json b/tea-cup/package.json index 7f48fc4..fb1e209 100644 --- a/tea-cup/package.json +++ b/tea-cup/package.json @@ -1,6 +1,6 @@ { "name": "react-tea-cup", - "version": "1.0.0", + "version": "1.0.1", "description": "Put some TEA in your React.", "author": "Rémi Van Keisbelck ", "license": "MIT", @@ -19,7 +19,7 @@ "samples": "tsc --outFile ./dist/Samples/index.js && cp ./src/Samples/index.html ./dist/Samples" }, "dependencies": { - "tea-cup-core": "1.0.0", + "tea-cup-core": "1.0.1", "react": "^16.7.0" }, "devDependencies": {