From 5685c0b58b101186babd8bfef7953f0854d7899b Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:57:58 +0000 Subject: [PATCH] chore: patch version --- appwrite.gemspec | 2 +- lib/appwrite/client.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appwrite.gemspec b/appwrite.gemspec index 3ba5dc7..d2bed6a 100644 --- a/appwrite.gemspec +++ b/appwrite.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |spec| spec.name = 'appwrite' - spec.version = '13.0.0' + spec.version = '13.0.1' spec.license = 'BSD-3-Clause' 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' spec.author = 'Appwrite Team' diff --git a/lib/appwrite/client.rb b/lib/appwrite/client.rb index 322818c..2fa8de2 100644 --- a/lib/appwrite/client.rb +++ b/lib/appwrite/client.rb @@ -15,7 +15,7 @@ def initialize 'x-sdk-name'=> 'Ruby', 'x-sdk-platform'=> 'server', 'x-sdk-language'=> 'ruby', - 'x-sdk-version'=> '13.0.0', + 'x-sdk-version'=> '13.0.1', 'X-Appwrite-Response-Format' => '1.6.0' } @endpoint = 'https://cloud.appwrite.io/v1'