Skip to content

Commit 0a7a8c1

Browse files
committed
Updated SDK tag version
1 parent 11aed32 commit 0a7a8c1

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.8'
4+
s.version = '1.0.9'
55
s.summary = "Appwrite backend as a service cuts up to 70% of the time and costs required for building a modern application. We abstract and simplify common development tasks behind a REST APIs, to help you develop your app in a fast and secure way. For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)"
66
s.author = 'Appwrite Team'
77
s.homepage = 'https://appwrite.io/support'

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.8'
23+
'x-sdk-version' => 'appwrite:ruby:1.0.9'
2424
}
2525
@endpoint = 'https://appwrite.io/v1';
2626
end

0 commit comments

Comments
 (0)