From 8550f24af3a5af7adff222ba7f5997bf2b6c659e Mon Sep 17 00:00:00 2001 From: Eitan Peer Date: Tue, 28 Nov 2017 13:05:14 +0200 Subject: [PATCH] Bump version to 1.1.1 (#124) Fixes #121 --- CHANGELOG.md | 5 +++++ bower.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b5e7b63..b5a19bf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +1.1.1 / 2017-11-28 +================== + + * Publish sources to Bower (Fixes #121) + 1.0.0 / 2016-03-15 ================== diff --git a/bower.json b/bower.json index 2497dec1..a078c24d 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "cloudinary_ng", "description": "A set of AngularJS directives/helpers for using Cloudinary with AngularJS", - "version": "1.0.0", + "version": "1.1.1", "homepage": "https://github.com/cloudinary/cloudinary_angular", "license": "MIT", "private": false, diff --git a/package.json b/package.json index f23756ab..97123257 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudinary_ng", - "version": "1.0.0", + "version": "1.1.1", "description": "A set of AngularJS directives/helpers for using Cloudinary with AngularJS", "main": "js/angular.cloudinary.js", "directories": {