Skip to content

Commit

Permalink
feat: update version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beqaabu committed Jan 21, 2025
1 parent 17689ae commit 82b69d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Gluwa Inc. Developer Support <[email protected]>"]
description = "Bindings for no_std Aggregate BLS Signatures"
name = "bls-signatures-bindings"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "MIT AND Apache-2.0"
repository = "https://github.com/gluwa/bls-signatures-bindings"
Expand Down
2 changes: 1 addition & 1 deletion pkg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ npm install bls-signatures-bindings
## Usage
Import necessary structures from the package and use them as needed.
```typescript
import { WasmPrivateKey } from 'bls_signatures_bindings';
import { WasmPrivateKey } from 'bls-signatures-bindings';

async function main() {
const seed = new Uint8Array(32);
Expand Down
2 changes: 1 addition & 1 deletion pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Gluwa Inc. Developer Support <[email protected]>"
],
"description": "Bindings for no_std Aggregate BLS Signatures",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT AND Apache-2.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit 82b69d2

Please sign in to comment.