angular-visor
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "visor", | ||
"description": "Angular authentication and authorization library", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/illniyar/visor", | ||
@@ -6,0 +6,0 @@ "main": "./release/visor.js", |
@@ -0,1 +1,5 @@ | ||
<a name"0.1.1"></a> | ||
### 0.1.1 (2015-07-08) | ||
<a name"0.1.0"></a> | ||
@@ -2,0 +6,0 @@ ## 0.1.0 (2015-07-08) |
@@ -103,3 +103,3 @@ module.exports = function (grunt) { | ||
files: { | ||
src: ['package.json', 'bower.json', 'CHANGELOG.md'] | ||
src: ['package.json', 'bower.json', 'CHANGELOG.md','release/visor.js','release/visor.min.js'] | ||
} | ||
@@ -165,3 +165,3 @@ } | ||
grunt.registerTask('publish', 'Builds and publishes to all relevent repositories', | ||
['bumpup:minor', 'site', 'changelog', 'push-to-git', 'npm-publish']) | ||
['bumpup:patch', 'site', 'changelog', 'push-to-git', 'npm-publish']) | ||
} |
{ | ||
"name": "angular-visor", | ||
"author": "Illniyar", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"main": "release/visor.js", | ||
@@ -6,0 +6,0 @@ "description": "Angular authentication and authorization library", |
/**visor | ||
* Angular authentication and authorization library | ||
* @version v0.1.0 | ||
* @version v0.1.1 | ||
* @link https://github.com/illniyar/visor.git | ||
@@ -5,0 +5,0 @@ * @license MIT License, http://www.opensource.org/licenses/MIT |
/**visor | ||
* Angular authentication and authorization library | ||
* @version v0.1.0 | ||
* @version v0.1.1 | ||
* @link https://github.com/illniyar/visor.git | ||
@@ -5,0 +5,0 @@ * @license MIT License, http://www.opensource.org/licenses/MIT |
1666181