Skip to content

Commit d8f7def

Browse files
committed
fix versions
1 parent e26caf1 commit d8f7def

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 |spec|
22

33
spec.name = 'appwrite'
4-
spec.version = '2.4.1'
4+
spec.version = '3.0.0'
55
spec.license = 'BSD-3-Clause'
66
spec.summary = 'Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API'
77
spec.author = 'Appwrite Team'

lib/appwrite/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Client
1111
def initialize
1212
@headers = {
1313
'user-agent' => RUBY_PLATFORM + ':ruby-' + RUBY_VERSION,
14-
'x-sdk-version' => 'appwrite:ruby:2.4.1',
14+
'x-sdk-version' => 'appwrite:ruby:3.0.0',
1515
'X-Appwrite-Response-Format' => '0.12.0'
1616
}
1717
@endpoint = 'https://HOSTNAME/v1'

0 commit comments

Comments
 (0)