Skip to content

Commit

Permalink
update app-service version
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryAntopol committed Feb 8, 2024
1 parent 801ae67 commit 8d4b2d1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"crates/fluence-app-service": "0.31.3",
"crates/fluence-app-service": "0.32.0",
"crates/it-generator": "0.14.0",
"crates/it-interfaces": "0.9.1",
"crates/it-json-serde": "0.5.1",
Expand Down
2 changes: 1 addition & 1 deletion crates/fluence-app-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fluence-app-service"
description = "Fluence Application Service"
version = "0.31.3"
version = "0.32.0"
authors = ["Fluence Labs"]
repository = "https://github.com/fluencelabs/marine"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/repl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* The following workspace dependencies were updated
* dependencies
* fluence-app-service bumped from 0.31.2 to 0.31.3
* fluence-app-service bumped from 0.31.2 to 0.32.0

## [0.26.2](https://github.com/fluencelabs/marine/compare/mrepl-v0.26.1...mrepl-v0.26.2) (2024-01-10)

Expand Down
2 changes: 1 addition & 1 deletion tools/repl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name = "mrepl"
path = "src/main.rs"

[dependencies]
fluence-app-service = { path = "../../crates/fluence-app-service", version = "0.31.3", features = ["raw-module-api"] }
fluence-app-service = { path = "../../crates/fluence-app-service", version = "0.32.0", features = ["raw-module-api"] }
marine-rs-sdk-main = { version = "0.12.0", default-features = false, features = ["logger"] }
marine-wasm-backend-traits = {path = "../../crates/wasm-backend-traits", version = "0.5.1" }

Expand Down

0 comments on commit 8d4b2d1

Please sign in to comment.