Skip to content

Commit f7cc648

Browse files
committed
bump-version: Bump to next pre-release version 0.6.8-pre
1 parent c1f2359 commit f7cc648

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.7"
3+
version = "0.6.8-pre"
44
authors = [ "IronCore Labs <[email protected]>" ]
55
description = "Bindings to run recrypt-rs as a WebAssembly module."
66
license = "AGPL-3.0-only"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"types": "recrypt-wasm-binding.d.ts",
3-
"version": "0.6.7",
3+
"version": "0.6.8-pre",
44
"scripts": {
55
"test": "node tests/testRunner",
66
"testInBrowser": "WEBPACK_MODE=test webpack-dev-server --config webpack.config.js",

0 commit comments

Comments
 (0)