Skip to content

Commit 8e3e066

Browse files
committed
chore: bump 1.0.1
1 parent 066364b commit 8e3e066

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jwtrust"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
license = "MIT"
55
edition = "2018"
66
exclude = ["index.node"]

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jwtrust",
3-
"version": "1.0.0",
4-
"description": "",
3+
"version": "1.0.1",
4+
"description": "A tiny library to sign and verify JWT tokens using **Rust** bindings for pure performance.",
55
"main": "dist/index.js",
66
"scripts": {
77
"build:ts": "tsup",
@@ -22,8 +22,8 @@
2222
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}-{libc}.tar.gz",
2323
"remote_path": "v{version}"
2424
},
25-
"author": "",
26-
"license": "ISC",
25+
"author": "DanCodes <dan@dancodes.online>",
26+
"license": "MIT",
2727
"devDependencies": {
2828
"@favware/colorette-spinner": "^1.0.1",
2929
"@sapphire/eslint-config": "^4.3.8",

0 commit comments

Comments
 (0)