Skip to content

Commit

Permalink
chore: bump to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
willmendesneto committed Nov 5, 2017
1 parent 7669faa commit a53aa93
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .angular-cli.json
@@ -1,6 +1,6 @@
{
"project": {
"version": "4.0.0",
"version": "4.1.0",
"name": "ngx-feature-toggle"
},
"apps": [
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Your module to handle with feature toggles in Angular applications easier.",
"author": "Will Mendes <willmendesneto@gmail.com>",
"license": "MIT",
"version": "4.0.0",
"version": "4.1.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
@@ -1,6 +1,6 @@
{
"name": "ngx-feature-toggle",
"version": "4.0.0",
"version": "4.1.0",
"dependencies": {},
"peerDependencies": {
"@angular/common": "*",
Expand Down

0 comments on commit a53aa93

Please sign in to comment.