Skip to content

Commit 08340bd

Browse files
Marc BaquéMarc Baqué
authored andcommitted
Update version to 2.9.8
1 parent 64cdcf4 commit 08340bd

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.9.7
1+
2.9.8

bloock-bridge/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bloock_bridge"
3-
version = "2.9.7"
3+
version = "2.9.8"
44
edition = "2021"
55

66
[lib]

bloock-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bloock-core"
3-
version = "2.9.7"
3+
version = "2.9.8"
44
edition = "2021"
55

66
[lib]

languages/java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919
apply plugin: 'kotlin'
2020

2121
group = 'com.bloock.sdk'
22-
version = '2.9.7'
22+
version = '2.9.8'
2323

2424
repositories {
2525
maven { url "https://maven-central.storage-download.googleapis.com/maven2/" }

languages/js/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

languages/js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bloock/sdk",
3-
"version": "2.9.7",
3+
"version": "2.9.8",
44
"description": "",
55
"keywords": [],
66
"author": "Bloock",
@@ -64,4 +64,4 @@
6464
"typedoc-plugin-markdown": "^3.17.1",
6565
"typescript": "^4.8.4"
6666
}
67-
}
67+
}

languages/python/bloock/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.9.7"
1+
__version__ = "2.9.8"
22

33
from typing import Dict
44

0 commit comments

Comments
 (0)