Skip to content

Commit

Permalink
Set release version 0.6.58 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
leeroy-travis committed Dec 9, 2024
1 parent 9578078 commit f19d11b
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.58-pre"
version = "0.6.58"
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.58-pre",
"@ironcorelabs/recrypt-wasm-binding": "^0.6.58",
"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.58-pre",
"version": "0.6.58",
"scripts": {
"test": "node tests/testRunner",
"testInBrowser": "WEBPACK_MODE=test webpack serve --config webpack.config.js",
Expand Down

0 comments on commit f19d11b

Please sign in to comment.