Skip to content

Commit

Permalink
update version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nraboy committed Feb 10, 2016
1 parent 0a5bd43 commit 404bb51
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.2.3 - February 10, 2016

* Fix issue with Apache Cordova 6.0 where the InAppBrowser plugin now holds a new name
* Rename all factories to avoid conflict with other libraries

0.2.2 - January 6, 2016

* Update Karma
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng-cordova-oauth",
"main": ["dist/ng-cordova-oauth.js", "dist/ng-cordova-oauth.min.js"],
"version": "0.2.2",
"version": "0.2.3",
"homepage": "https://github.com/nraboy/ng-cordova-oauth",
"authors": [
"Nic Raboy <http://www.nraboy.com>"
Expand Down
2 changes: 1 addition & 1 deletion dist/ng-cordova-oauth.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-cordova-oauth",
"version": "0.2.2",
"version": "0.2.3",
"description": "Connect to Oauth providers using Apache Cordova and the InAppBrowser plugin",
"author": {
"name": "Nic Raboy",
Expand Down

0 comments on commit 404bb51

Please sign in to comment.