Skip to content

Commit

Permalink
1.37.1 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Paprikas committed Sep 14, 2022
1 parent b0b7656 commit 0288bc2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

all the changes are always according to the ones of the main Ever SDK library; and on top on that, there may be additional ones

1.37.1
-----
* Changes https://github.com/tonlabs/ever-sdk/blob/master/CHANGELOG.md
*
1.37.0
-----
* Changes https://github.com/tonlabs/ever-sdk/blob/master/CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Ever SDK (formerly TON SDK) client in Ruby and for Ruby

[![Gem Version](https://badge.fury.io/rb/ever_sdk_client.svg)](https://rubygems.org/gems/ever_sdk_client)
[![Ever SDK version](https://img.shields.io/badge/Ever%20SDK%20version-1.37.0-green)](https://github.com/tonlabs/ever-sdk/tree/1.37.0)
[![Ever SDK version](https://img.shields.io/badge/Ever%20SDK%20version-1.37.1-green)](https://github.com/tonlabs/ever-sdk/tree/1.37.1)

Ruby gem-client bindings for [Ever SDK](https://github.com/tonlabs/ever-sdk) which allows one to communicate with [Everscale](https://everscale.network/) blockchain in Ruby.

Expand Down
4 changes: 2 additions & 2 deletions lib/ever_sdk_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module EverSdk
VERSION = "1.37.0"
NATIVE_SDK_VERSION = "1.37.0"
VERSION = "1.37.1"
NATIVE_SDK_VERSION = "1.37.1"
end

0 comments on commit 0288bc2

Please sign in to comment.