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 22, 2023
1 parent d9d0161 commit 5f69b2a
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.4",
"version": "1.0.5",
"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.4";
return "1.0.5";
},

// JSON / Object manipulation related:
Expand Down

0 comments on commit 5f69b2a

Please sign in to comment.