Skip to content

Commit

Permalink
Changed: v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
erikni committed Jul 23, 2019
1 parent 1b95a6c commit 10ad5cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "logni.js",
"version": "0.2.2",
"version": "0.2.3",
"description": "javascript library for event logging and application states",
"main": "src/logni.js",
"module": "build/js/lognies5.js",
Expand Down
4 changes: 2 additions & 2 deletions src/logni.js
Expand Up @@ -35,7 +35,7 @@
* logni.error("log error test");
* </pre>
*
* @version 0.2.2
* @version 0.2.3
* @author Erik Brozek - https://github.com/erikni
* @since 2017
* @static
Expand All @@ -44,7 +44,7 @@


// version
const version = '0.2.2';
const version = '0.2.3';


// nodejs compatible mode
Expand Down
2 changes: 1 addition & 1 deletion version.properties
@@ -1 +1 @@
0.2.2
0.2.3

0 comments on commit 10ad5cf

Please sign in to comment.