Skip to content

Commit d4b6112

Browse files
committed
fix version
1 parent d802ce9 commit d4b6112

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## 19.0.1
3+
## 19.1.0
44

55
* Deprecate `createVerification` method in `Account` service
66
* Add `createEmailVerification` method in `Account` service

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 = '19.0.1'
4+
spec.version = '19.1.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
@@ -15,7 +15,7 @@ def initialize
1515
'x-sdk-name'=> 'Ruby',
1616
'x-sdk-platform'=> 'server',
1717
'x-sdk-language'=> 'ruby',
18-
'x-sdk-version'=> '19.0.1',
18+
'x-sdk-version'=> '19.1.0',
1919
'X-Appwrite-Response-Format' => '1.8.0'
2020
}
2121
@endpoint = 'https://cloud.appwrite.io/v1'

0 commit comments

Comments
 (0)