Skip to content

Commit

Permalink
v1.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
lajos88 committed Oct 9, 2019
1 parent d7a8ec9 commit 6a7e14f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "configcat-js",
"version": "1.1.19",
"version": "1.1.20",
"description": "ConfigCat is a configuration as a service that lets you manage your features and configurations without actually deploying new code.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion samples/angular-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@angular/platform-browser": "~7.0.0",
"@angular/platform-browser-dynamic": "~7.0.0",
"@angular/router": "~7.0.0",
"configcat-js": "^1.1.17",
"configcat-js": "^1.1.20",
"core-js": "^2.5.4",
"rxjs": "~6.3.3",
"zone.js": "~0.8.26"
Expand Down
2 changes: 1 addition & 1 deletion samples/react-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"configcat-js": "^1.1.17",
"configcat-js": "^1.1.20",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "^3.0.1"
Expand Down

0 comments on commit 6a7e14f

Please sign in to comment.