Skip to content

Commit 40408bd

Browse files
Marc BaquéMarc Baqué
authored andcommitted
Update version to 2.9.7
1 parent c94457c commit 40408bd

File tree

8 files changed

+9
-15
lines changed

8 files changed

+9
-15
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.

Cross.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,3 @@ image = "ghcr.io/cross-rs/x86_64-pc-windows-gnu:edge"
3838

3939
[target.x86_64-pc-windows-msvc]
4040
image = "ghcr.io/cross-rs/x86_64-pc-windows-msvc:edge"
41-
42-
[target.x86_64-apple-darwin]
43-
image = "ghcr.io/cross-rs/x86_64-apple-darwin:edge"
44-
45-
[target.aarch64-apple-darwin]
46-
image = "ghcr.io/cross-rs/aarch64-apple-darwin:edge"

VERSION

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

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.6"
3+
version = "2.9.7"
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.6"
3+
version = "2.9.7"
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.6'
22+
version = '2.9.7'
2323

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

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.6",
3+
"version": "2.9.7",
44
"description": "",
55
"keywords": [],
66
"author": "Bloock",
@@ -63,4 +63,4 @@
6363
"typedoc-plugin-markdown": "^3.17.1",
6464
"typescript": "^4.8.4"
6565
}
66-
}
66+
}

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.6"
1+
__version__ = "2.9.7"
22

33
from typing import Dict
44

0 commit comments

Comments
 (0)