We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0354532 commit 443b4d9Copy full SHA for 443b4d9
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- parse-stack (1.9.1)
+ parse-stack (1.10.0)
5
active_model_serializers (>= 0.9, < 1)
6
activemodel (>= 5, < 7)
7
activesupport (>= 5, < 7)
lib/parse/stack/version.rb
@@ -6,6 +6,6 @@ module Parse
# The Parse Server SDK for Ruby
module Stack
8
# The current version.
9
- VERSION = "1.9.1"
+ VERSION = "1.10.0"
10
end
11
0 commit comments