Skip to content

Commit 334068a

Browse files
author
Lee Richmond
committed
bump version
1 parent 05ce93b commit 334068a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gemfiles/rails_4.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../
33
specs:
4-
jsonapi_errorable (0.1.0)
4+
jsonapi_errorable (0.1.1)
55
active_model_serializers (~> 0.10)
66
rails (>= 4.1, < 6)
77

gemfiles/rails_5.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../
33
specs:
4-
jsonapi_errorable (0.1.0)
4+
jsonapi_errorable (0.1.1)
55
active_model_serializers (~> 0.10)
66
rails (>= 4.1, < 6)
77

lib/jsonapi_errorable/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module JsonapiErrorable
2-
VERSION = "0.1.0"
2+
VERSION = "0.1.1"
33
end

0 commit comments

Comments
 (0)