Skip to content

Commit 5995628

Browse files
committed
bump-version: Set release version 0.6.15
1 parent d433308 commit 5995628

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.15-pre"
3+
version = "0.6.15"
44
authors = [ "IronCore Labs <code@ironcorelabs.com>" ]
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.15-pre",
3+
"version": "0.6.15",
44
"scripts": {
55
"test": "node tests/testRunner",
66
"testInBrowser": "WEBPACK_MODE=test webpack-dev-server --config webpack.config.js",

0 commit comments

Comments
 (0)