Skip to content

Commit

Permalink
bump to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vankeisb committed Oct 19, 2020
1 parent ac5a7c2 commit edcb33c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tea-cup-core",
"version": "1.1.1",
"version": "1.1.2",
"description": "react-tea-cup core classes and utilities (Maybe etc)",
"author": "Rémi Van Keisbelck <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-scripts": "3.4.3",
"react-tea-cup": "1.1.1"
"react-tea-cup": "1.1.2"
},
"scripts": {
"start": "react-scripts start",
Expand Down
4 changes: 2 additions & 2 deletions tea-cup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-tea-cup",
"version": "1.1.1",
"version": "1.1.2",
"description": "Put some TEA in your React.",
"author": "Rémi Van Keisbelck <[email protected]>",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"samples": "tsc --outFile ./dist/Samples/index.js && cp ./src/Samples/index.html ./dist/Samples"
},
"dependencies": {
"tea-cup-core": "1.1.1",
"tea-cup-core": "1.1.2",
"react": "^16.7.0"
},
"devDependencies": {
Expand Down

0 comments on commit edcb33c

Please sign in to comment.