Skip to content

Commit 455d85a

Browse files
committed
v2.0.2
1 parent 6a1f790 commit 455d85a

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
node-version: '24.x'
1717
registry-url: 'https://registry.npmjs.org'
1818
- run: npm install
19-
- run: npm publish --provenance --access public --tag beta
19+
- run: npm publish --provenance --access public

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "altcha-lib",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A lightweight library for creating and verifying ALTCHA challenges on the server.",
55
"author": {
66
"name": "Daniel Regeci",

0 commit comments

Comments
 (0)