Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Tocker committed Mar 15, 2016
1 parent a09daa1 commit dd16b32
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@

1.0.0 / 2016-03-15
==================

New Features
------------

* Support Responsive behaviour

Other Changes
-------------

* Add tests for responsive behaviour
* Add spec and karma to bower ignore list
* Merge pull request #42 from gilhanan/gilhanan-readme-patch-1
* Add bower install instructions

0.2.0 / 2016-01-14
==================

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": "cloudinary_ng",
"description": "A set of AngularJS directives/helpers for using Cloudinary with AngularJS",
"version": "0.2.0",
"version": "1.0.0",
"homepage": "https://github.com/cloudinary/cloudinary_angular",
"license": "MIT",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudinary_ng",
"version": "0.2.0",
"version": "1.0.0",
"description": "A set of AngularJS directives/helpers for using Cloudinary with AngularJS",
"main": "js/angular.cloudinary.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion samples/photo_album/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"angular-route": "1.4.x",
"angular-resource": "1.4.x",
"angular-animate": "1.4.x",
"cloudinary_ng": "~0.2.0"
"cloudinary_ng": "~1.0.0"
},
"ignore": {}
}
2 changes: 1 addition & 1 deletion samples/photo_album_with_jquery/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"angular-route": "1.4.x",
"angular-resource": "1.4.x",
"angular-animate": "1.4.x",
"cloudinary_ng": "~0.2.0",
"cloudinary_ng": "~1.0.0",
"cloudinary-jquery-file-upload": "^2.0"
},
"ignore": {}
Expand Down

0 comments on commit dd16b32

Please sign in to comment.