Skip to content

Commit 9029808

Browse files
committed
Added current share code version const
1 parent 598c8c6 commit 9029808

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "underlords",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Library for encoding and decoding Underlords share codes",
55
"keywords": [
66
"dota",

src/underlords.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ export {
55
EquippedItemV8,
66
ShareCodeV8,
77
} from "./sharecodes/v8";
8+
9+
export const CurrentShareCodeVersion = 8;

0 commit comments

Comments
 (0)