Skip to content

Commit

Permalink
bump-version: Set release version 0.6.19
Browse files Browse the repository at this point in the history
  • Loading branch information
leeroy-travis committed Mar 28, 2022
1 parent 0893d63 commit 1394d00
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,6 +1,6 @@
[package]
name = "recrypt-wasm-binding"
version = "0.6.19-pre"
version = "0.6.19"
authors = [ "IronCore Labs <[email protected]>" ]
description = "Bindings to run recrypt-rs as a WebAssembly module."
license = "AGPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"types": "recrypt-wasm-binding.d.ts",
"version": "0.6.19-pre",
"version": "0.6.19",
"scripts": {
"test": "node tests/testRunner",
"testInBrowser": "WEBPACK_MODE=test webpack-dev-server --config webpack.config.js",
Expand Down

0 comments on commit 1394d00

Please sign in to comment.