Skip to content

Commit

Permalink
v1.2.1 -- issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
9r3i committed Jan 14, 2023
1 parent afa4682 commit e96bd03
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": "@9r3i/parser",
"version": "1.2.0",
"version": "1.2.1",
"description": "simple string parser",
"main": "parser.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* started at january 8th 2023
*/
function parser(){
this.version='1.2.0';
this.version='1.2.1';
/* parse url path -- protocol and hostname are not included */
this.parseURL=function(str){
if(typeof str!=='string'){return false;}
Expand Down

0 comments on commit e96bd03

Please sign in to comment.