Skip to content

Commit 639c75a

Browse files
committed
Bump to 1.3.0
1 parent e5e565f commit 639c75a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "binary-parser",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Blazing-fast binary parser builder",
55
"main": "lib/binary_parser.js",
66
"devDependencies": {
@@ -23,13 +23,13 @@
2323
"author": {
2424
"name": "Keichi Takahashi",
2525
"email": "keichi.t@me.com",
26-
"url": "http://blog.keichi.net/"
26+
"url": "https://keichi.net/"
2727
},
2828
"license": "MIT",
2929
"repository": {
3030
"type": "git",
31-
"url": "http://github.com/Keichi/binary-parser.git"
31+
"url": "http://github.com/keichi/binary-parser.git"
3232
},
33-
"bugs": "http://github.com/Keichi/binary-parser/issues",
33+
"bugs": "http://github.com/keichi/binary-parser/issues",
3434
"dependencies": {}
3535
}

0 commit comments

Comments
 (0)