diff --git a/Gruntfile.js b/Gruntfile.js index 0033491..44487b9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -11,7 +11,7 @@ module.exports = function (grunt) { // Project configuration. grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), - clean: ['dist/', 'docs/', './CHANGELOG.md'], + clean: ['dist/', 'docs/'], jshint: { all: ['Gruntfile.js', 'src/**/*.js', 'test/**/*.js'], jshintrc: '.jshintrc' diff --git a/bower.json b/bower.json index eadfb94..12e97d8 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,7 @@ "author": "Jason Dobry", "name": "angular-cache", "description": "angular-cache provides capabilities that improve upon the $cacheFactory provided by AngularJS.", - "version": "0.9.0-SNAPSHOT", + "version": "0.9.0", "homepage": "http://jmdobry.github.io/angular-cache/", "repository": { "type": "git", diff --git a/coverage/index.html b/coverage/index.html index 8a9e406..c5227e1 100644 --- a/coverage/index.html +++ b/coverage/index.html @@ -232,7 +232,7 @@

diff --git a/coverage/src/angular-cache.js.html b/coverage/src/angular-cache.js.html index eb3e3ef..03546f4 100644 --- a/coverage/src/angular-cache.js.html +++ b/coverage/src/angular-cache.js.html @@ -2520,7 +2520,7 @@

diff --git a/coverage/src/index.html b/coverage/src/index.html index 8d8e389..2e747d7 100644 --- a/coverage/src/index.html +++ b/coverage/src/index.html @@ -232,7 +232,7 @@

diff --git a/dist/angular-cache-0.9.0-SNAPSHOT.js b/dist/angular-cache-0.9.0.js similarity index 99% rename from dist/angular-cache-0.9.0-SNAPSHOT.js rename to dist/angular-cache-0.9.0.js index c9f2e7c..7765d8a 100644 --- a/dist/angular-cache-0.9.0-SNAPSHOT.js +++ b/dist/angular-cache-0.9.0.js @@ -1,7 +1,7 @@ /** * @author Jason Dobry - * @file angular-cache-0.9.0-SNAPSHOT.js - * @version 0.9.0-SNAPSHOT - [Homepage]{@link http://jmdobry.github.io/angular-cache/} + * @file angular-cache-0.9.0.js + * @version 0.9.0 - [Homepage]{@link http://jmdobry.github.io/angular-cache/} * @copyright (c) 2013 Jason Dobry * @license MIT * diff --git a/dist/angular-cache-0.9.0-SNAPSHOT.min.js b/dist/angular-cache-0.9.0.min.js similarity index 100% rename from dist/angular-cache-0.9.0-SNAPSHOT.min.js rename to dist/angular-cache-0.9.0.min.js diff --git a/docs/$AngularCacheFactoryProvider.html b/docs/$AngularCacheFactoryProvider.html index cc8705b..75971fa 100644 --- a/docs/$AngularCacheFactoryProvider.html +++ b/docs/$AngularCacheFactoryProvider.html @@ -80,7 +80,7 @@

Source:
@@ -144,7 +144,7 @@

Index

Modules