Skip to content

Commit

Permalink
v.0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
UmamiAppearance committed Sep 27, 2021
1 parent e11d19d commit 5b97c1f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "base-ex",
"version": "0.2.1",
"version": "0.2.2",
"description": "A collection of classes for data representation from Base16 (hex) to BasE91 written in JavaScript.",
"main": "src/BaseEx.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/BaseEx.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* [BaseEx]{@link https://github.com/UmamiAppearance/BaseExJS}
*
* @version 0.2.1
* @version 0.2.2
* @author UmamiAppearance [[email protected]]
* @license GPL-3.0 AND BSD-3-Clause (Base91, Copyright (c) 2000-2006 Joachim Henke)
*/
Expand Down

0 comments on commit 5b97c1f

Please sign in to comment.