Skip to content

Commit

Permalink
version bump 2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Jul 22, 2013
1 parent ed1ae75 commit a184eb0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ Yes, please do contribute. But before this, you should read our [Contributing Gu

## Changelog

**July 22th, 2013** `2.1.9`

- Update dependencies

**July 16th, 2013** `2.1.7`

- fix spm-install dont support uppercase filename bug
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spm",
"version": "2.1.8",
"version": "2.1.9",
"preferGlobal": "true",
"description": "Static Package Manager",
"author": "Hsiaoming Yang <me@lepture.com>",
Expand All @@ -26,13 +26,13 @@
"async": "~0.1.22",
"tar": "~0.1.16",
"form-data": "~0.0.7",
"request": "~2.16.2",
"colorful": "~2.0.2",
"request": "~2.22.0",
"colorful": "~2.1.0",
"commander": "~1.1.1",
"cmd-util": "~0.3.3",
"cmd-util": "~0.3.10",
"archy": "~0.0.2",
"rimraf": "~2.1.4",
"lodash": "~1.1.1"
"lodash": "~1.3.1"
},
"devDependencies": {
"sinon": "*",
Expand All @@ -49,4 +49,4 @@
"scripts": {
"test": "make test"
}
}
}

0 comments on commit a184eb0

Please sign in to comment.