Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
kalepail committed Jul 9, 2024
1 parent 075d715 commit 3a906f5
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions contracts/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 contracts/contract-webauthn-factory/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webauthn-factory"
version = "0.2.0"
version = "0.3.0"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion contracts/contract-webauthn-secp256r1/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webauthn-secp256r1"
version = "0.2.0"
version = "0.3.0"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "passkey-kit",
"version": "0.3.0",
"version": "0.4.0",
"description": "A helper library for creating and using passkey accounts on the Stellar blockchain.",
"author": "Tyler van der Hoeven",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/passkey-factory-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.0",
"version": "0.2.0",
"name": "passkey-factory-sdk",
"type": "module",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/passkey-kit-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.0",
"version": "0.2.0",
"name": "passkey-kit-sdk",
"type": "module",
"main": "src/index.ts",
Expand Down

0 comments on commit 3a906f5

Please sign in to comment.