Skip to content

Commit

Permalink
Bump versions (iotaledger#1566)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M authored Feb 9, 2023
1 parent 085162c commit 1122606
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion client/bindings/java/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security -->

## 1.0.0-rc.2 - 2023-02-08
## 1.0.0-rc.2 - 2023-02-09

### Added

Expand Down
2 changes: 1 addition & 1 deletion client/bindings/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'org.iota'
version = '1.0.0-rc.1'
version = '1.0.0-rc.2'

nexusPublishing {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion client/bindings/python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security -->

## 1.0.0-rc.2 - 2023-02-08
## 1.0.0-rc.2 - 2023-02-09

### Added

Expand Down
2 changes: 1 addition & 1 deletion client/bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "iota-client"
version = "1.0.0-rc.1"
version = "1.0.0-rc.2"
authors = [ "IOTA Stiftung" ]
edition = "2021"
description = "Python bindings for the IOTA client library"
Expand Down
4 changes: 2 additions & 2 deletions client/bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ def get_py_version_cfgs():

setup(
name="iota_client",
version="1.0.0.rc.1",
version="1.0.0.rc.2",
classifiers=[
"License :: SPDX-License-Identifier :: Apache-2.0",
"Development Status :: 1.0.0.rc.1",
"Development Status :: 1.0.0.rc.2",
"Intended Audience :: Developers",
"Programming Language :: Python",
"Programming Language :: Rust",
Expand Down
2 changes: 1 addition & 1 deletion client/bindings/wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iota/client-wasm",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "WebAssembly bindings for the IOTA client library",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1122606

Please sign in to comment.