Skip to content

Commit

Permalink
Bump to next development version 0.6.53-pre [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
leeroy-travis committed Oct 2, 2023
1 parent b23a649 commit 272ec56
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.52"
version = "0.6.53-pre"
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 examples/create-react-app-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@craco/craco": "^6.4.3",
"@ironcorelabs/recrypt-wasm-binding": "^0.6.52",
"@ironcorelabs/recrypt-wasm-binding": "^0.6.53-pre",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-scripts": "5.0.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ironcorelabs/recrypt-wasm-binding",
"types": "recrypt-wasm-binding.d.ts",
"version": "0.6.52",
"version": "0.6.53-pre",
"scripts": {
"test": "node tests/testRunner",
"testInBrowser": "WEBPACK_MODE=test webpack-dev-server --config webpack.config.js",
Expand Down

0 comments on commit 272ec56

Please sign in to comment.