Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
porada committed Jan 12, 2014
1 parent 3158a03 commit 4101bfb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion angular-semver-sort.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
angular-semver-sort v0.0.0 <http://git.io/angular-semver>
angular-semver-sort v0.1.0 <http://git.io/angular-semver>
@includes <http://git.io/semver> by Isaac Z. Schlueter
@license BSD
*/
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-semver-sort",
"version": "0.0.0",
"version": "0.1.0",
"author": "Dominik Porada",
"main": "angular-semver-sort.js",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion gem/angular-semver-sort-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
# This is the only reason why this asset gem was created.

spec.name = 'angular-semver-sort-rails'
spec.version = '0.0.0'
spec.version = '0.1.0'
spec.authors = ['Dominik Porada']
spec.email = ['[email protected]']
spec.summary = 'angular-semver-sort packaged for Rails assets pipeline'
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-semver-sort",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"author": "Dominik Porada",
"license": "BSD",
Expand Down

0 comments on commit 4101bfb

Please sign in to comment.