From 73841cb708ed307f8ba054912d93d30be0030c87 Mon Sep 17 00:00:00 2001 From: Jason Dobry Date: Sat, 3 Aug 2013 12:13:50 -0600 Subject: [PATCH] Releasing version 0.9.0 --- Gruntfile.js | 2 +- bower.json | 2 +- coverage/index.html | 2 +- coverage/src/angular-cache.js.html | 2 +- coverage/src/index.html | 2 +- ...9.0-SNAPSHOT.js => angular-cache-0.9.0.js} | 4 ++-- ...SHOT.min.js => angular-cache-0.9.0.min.js} | 0 docs/$AngularCacheFactoryProvider.html | 4 ++-- docs/AngularCache.html | 22 +++++++++---------- ...OT.js.html => angular-cache-0.9.0.js.html} | 10 ++++----- docs/angularCacheFactory.html | 4 ++-- docs/index.html | 8 +++---- docs/module-angular-cache.html | 4 ++-- package.json | 2 +- 14 files changed, 34 insertions(+), 34 deletions(-) rename dist/{angular-cache-0.9.0-SNAPSHOT.js => angular-cache-0.9.0.js} (99%) rename dist/{angular-cache-0.9.0-SNAPSHOT.min.js => angular-cache-0.9.0.min.js} (100%) rename docs/{angular-cache-0.9.0-SNAPSHOT.js.html => angular-cache-0.9.0.js.html} (99%) 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