Skip to content

Commit 06b076c

Browse files
author
Invoicetronic bot
committed
Publish SDKs for tag sdk-1.0.1
1 parent 2000da4 commit 06b076c

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Changelog\n\n## [1.0.1.0] - 2025-09-16\nSee main repository changelog for details.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For more information, see [Invoicetronic website][2]
1010
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
1111

1212
- API version: 1
13-
- Package version: 1.0.0
13+
- Package version: 1.0.1
1414
- Generator version: 7.14.0
1515
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
1616
For more information, please visit [https://invoicetronic.com](https://invoicetronic.com)
@@ -28,16 +28,16 @@ gem build invoicetronic_sdk.gemspec
2828
Then either install the gem locally:
2929

3030
```shell
31-
gem install ./invoicetronic_sdk-1.0.0.gem
31+
gem install ./invoicetronic_sdk-1.0.1.gem
3232
```
3333

34-
(for development, run `gem install --dev ./invoicetronic_sdk-1.0.0.gem` to install the development dependencies)
34+
(for development, run `gem install --dev ./invoicetronic_sdk-1.0.1.gem` to install the development dependencies)
3535

3636
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
3737

3838
Finally add this to the Gemfile:
3939

40-
gem 'invoicetronic_sdk', '~> 1.0.0'
40+
gem 'invoicetronic_sdk', '~> 1.0.1'
4141

4242
### Install from Git
4343

lib/invoicetronic_sdk/api_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class ApiClient
3232
# @option config [Configuration] Configuration for initializing the object, default to Configuration.default
3333
def initialize(config = Configuration.default)
3434
@config = config
35-
@user_agent = "Invoicetronic/1.0.0/Ruby-SDK"
35+
@user_agent = "Invoicetronic/1.0.1/Ruby-SDK"
3636
@default_headers = {
3737
'Content-Type' => 'application/json',
3838
'User-Agent' => @user_agent

lib/invoicetronic_sdk/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
=end
1212

1313
module Invoicetronic_Sdk
14-
VERSION = '1.0.0'
14+
VERSION = '1.0.1'
1515
end

0 commit comments

Comments
 (0)