Skip to content
This repository has been archived by the owner on Oct 7, 2019. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
klaascuvelier committed Jan 2, 2015
1 parent e82a7de commit 3619b72
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# angular-q-spread changelog

## 1.0.0
Initial release
### 1.0.2
* Make spread chainable

### 1.0.1
* Fix minification

## 1.0.0
Initial release
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-q-spread",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://github.com/showpad/angular-q-spread",
"authors": [
"Klaas Cuvelier <[email protected]>"
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": "angular-q-spread",
"version": "1.0.1",
"version": "1.0.2",
"description": "Add `spread` method to the promise of $q.all",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3619b72

Please sign in to comment.