Skip to content

Commit d078503

Browse files
committed
increment version number to 1.1.1
Update version number for npm to register change.
1 parent 017f082 commit d078503

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#hexo-tag-googlemaps
22

3-
Version: 1.1.0
3+
Version: 1.1.1
44

55
Compatible with Hexo Version 3
66

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
{
22
"name": "hexo-tag-googlemaps",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"main": "index",
55
"author": {
66
"name": "Jesse Harlin",
77
"email": "[email protected]",
88
"url": "http://jesseharlin.net/"
99
},
10+
"contributors":[
11+
{
12+
"name": "Fabian Meyer",
13+
"email": "[email protected]",
14+
"url": "https://noinfo.de/"
15+
}
16+
],
1017
"repository": {
1118
"type": "git",
1219
"url": "[email protected]:the-simian/hexo-tag-googlemaps.git"

0 commit comments

Comments
 (0)