Skip to content

Commit 2da9504

Browse files
committed
bump-version: Set release version 0.6.30
1 parent 25fa9ba commit 2da9504

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "recrypt-wasm-binding"
3-
version = "0.6.30-pre"
3+
version = "0.6.30"
44
authors = [ "IronCore Labs <code@ironcorelabs.com>" ]
55
description = "Bindings to run recrypt-rs as a WebAssembly module."
66
license = "AGPL-3.0-only"

examples/create-react-app-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"@craco/craco": "^6.4.3",
7-
"@ironcorelabs/recrypt-wasm-binding": "^0.6.30-pre",
7+
"@ironcorelabs/recrypt-wasm-binding": "^0.6.30",
88
"react": "^18.1.0",
99
"react-dom": "^18.1.0",
1010
"react-scripts": "5.0.1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ironcorelabs/recrypt-wasm-binding",
33
"types": "recrypt-wasm-binding.d.ts",
4-
"version": "0.6.30-pre",
4+
"version": "0.6.30",
55
"scripts": {
66
"test": "node tests/testRunner",
77
"testInBrowser": "WEBPACK_MODE=test webpack-dev-server --config webpack.config.js",

0 commit comments

Comments
 (0)