Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
c12i committed Oct 31, 2024
1 parent 920cb19 commit 9d9320c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "holochain_scaffolding_cli"
version = "0.4000.0-rc.1"
version = "0.400.0"
description = "CLI to easily generate and modify holochain apps"
license = "CAL-1.0"
homepage = "https://developer.holochain.org"
Expand Down
2 changes: 1 addition & 1 deletion src/versions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ pub const HOLOCHAIN_VERSION: &str = holochain::HOLOCHAIN_VERSION;
/// source: <https://github.com/darksoil-studio/holochain-playground/tree/main/packages/cli/server>
///
/// npm: <https://www.npmjs.com/package/@holochain-playground/cli>
pub const HOLOCHAIN_PLAYGROUND_CLI_VERSION: &str = "^0.300.0-rc.0";
pub const HOLOCHAIN_PLAYGROUND_CLI_VERSION: &str = "^0.300.1";

0 comments on commit 9d9320c

Please sign in to comment.