Skip to content

Commit 0e2c9cf

Browse files
committed
v0.2.1
1 parent c1dd8db commit 0e2c9cf

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

_/angular-semver-sort-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
77
# This is the only reason why this asset gem was created.
88

99
spec.name = 'angular-semver-sort-rails'
10-
spec.version = '0.2.0'
10+
spec.version = '0.2.1'
1111
spec.authors = ['Dominik Porada']
1212
spec.email = ['dominik@porada.co']
1313
spec.summary = 'angular-semver-sort packaged for Rails assets pipeline'

angular-semver-sort.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
angular-semver-sort v0.2.0 <http://git.io/angular-semver>
2+
angular-semver-sort v0.2.1 <http://git.io/angular-semver>
33
@includes <http://git.io/semver> by Isaac Z. Schlueter
44
@license BSD
55
*/

bower.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "angular-semver-sort",
3-
"version": "0.2.0",
43
"author": "Dominik Porada",
54
"main": "angular-semver-sort.js",
65
"ignore": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-semver-sort",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"author": "Dominik Porada",
66
"license": "BSD",

0 commit comments

Comments
 (0)