Skip to content

Commit f9a4d4c

Browse files
committed
Updated version number
1 parent 8f840a5 commit f9a4d4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appwrite.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22

33
s.name = 'appwrite'
4-
s.version = '1.0.9'
4+
s.version = '1.0.10'
55
s.summary = "Appwrite is an open-source backend as a service server that abstract and simplify complex and repetitive development tasks behind a very simple to use REST API. Appwrite aims to help you develop your apps faster and in a more secure way.
66
Use the Ruby SDK to integrate your app with the Appwrite server to easily start interacting with all of Appwrite backend APIs and tools.
77
For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)"

lib/appwrite/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def initialize()
2020
@headers = {
2121
'content-type' => '',
2222
'user-agent' => RUBY_PLATFORM + ':ruby-' + RUBY_VERSION,
23-
'x-sdk-version' => 'appwrite:ruby:1.0.9'
23+
'x-sdk-version' => 'appwrite:ruby:1.0.10'
2424
}
2525
@endpoint = 'https://appwrite.io/v1';
2626
end

0 commit comments

Comments
 (0)