Skip to content

Commit 25c4c80

Browse files
committed
Set release version 0.7.0 [skip ci]
1 parent 4231cce commit 25c4c80

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.7.1-pre"
3+
version = "0.7.0"
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,7 +1,7 @@
11
{
22
"name": "@ironcorelabs/recrypt-wasm-binding",
33
"types": "recrypt-wasm-binding.d.ts",
4-
"version": "0.7.1-pre",
4+
"version": "0.7.0",
55
"scripts": {
66
"test": "node tests/testRunner",
77
"testInBrowser": "WEBPACK_MODE=test webpack serve --config webpack.config.js",

0 commit comments

Comments
 (0)