Skip to content

Commit 5b97c1f

Browse files
v.0.2.2
1 parent e11d19d commit 5b97c1f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 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": "base-ex",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "A collection of classes for data representation from Base16 (hex) to BasE91 written in JavaScript.",
55
"main": "src/BaseEx.js",
66
"type": "module",

src/BaseEx.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* [BaseEx]{@link https://github.com/UmamiAppearance/BaseExJS}
33
*
4-
* @version 0.2.1
4+
* @version 0.2.2
55
* @author UmamiAppearance [mail@umamiappearance.eu]
66
* @license GPL-3.0 AND BSD-3-Clause (Base91, Copyright (c) 2000-2006 Joachim Henke)
77
*/

0 commit comments

Comments
 (0)