Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
caitoor committed May 21, 2023
1 parent b51a0fa commit 9d01086
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gmynd",
"version": "1.0.2",
"version": "1.0.3",
"description": "utility functions to help visualize JSON data",
"main": "index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/gmynd.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ let gmynd = (function () {
return {

version: function () {
return "1.0.2";
return "1.0.3";
},

// JSON / Object manipulation related:
Expand Down

0 comments on commit 9d01086

Please sign in to comment.