Skip to content

Commit

Permalink
fix: fixed incorrect docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan0xE committed Apr 16, 2024
1 parent 13e1f99 commit e167ac8
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
@@ -1,6 +1,6 @@
[package]
name = "protectus"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Dan0xE <contact@dan0xe.me>"]
exclude = ["/webview-src", "/examples"]
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": "protectus",
"version": "0.1.0",
"version": "0.1.1",
"main": "webview-dist/index.js",
"license": "MIT",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion webview-src/licensing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export async function activateLicense(code: string): Promise<string> {
}

/** Deactivates a given License Code
* @param {Promise<string>} serial License Code to Deactivate
* @param {string} serial License Code to Deactivate
* @returns {Promise<string>} Operation Result
*/
export async function deactivateLicense(serial: string): Promise<string> {
Expand Down

0 comments on commit e167ac8

Please sign in to comment.