Skip to content

Commit 33d0090

Browse files
committed
Bump version 1.3.4
1 parent 5d4f6c1 commit 33d0090

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leaflet-control-geocoder",
3-
"version": "1.3.2",
3+
"version": "1.3.4",
44
"homepage": "https://github.com/perliedman/leaflet-control-geocoder",
55
"authors": [
66
"Per Liedman <per@liedman.net>"

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "leaflet-control-geocoder",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"description": "Extendable geocoder with builtin support for Nominatim, Bing, Google, Mapbox, Photon, What3Words, MapQuest, Mapzen",
55
"main": "src/index.js",
66
"scripts": {
7-
"prepublish": "sh ./scripts/build.sh",
8-
"publish": "sh ./scripts/publish.sh"
7+
"postinstall": "sh ./scripts/build.sh",
8+
"publish": "sh ./scripts/publish.sh",
9+
"postpublish": "sh ./scripts/postpublish.sh"
910
},
1011
"repository": {
1112
"type": "git",

scripts/postpublish.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
git checkout master
2+
git branch -D build

scripts/publish.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,3 @@ git commit -m "v$VERSION"
1414

1515
git tag v$VERSION -f
1616
git push origin build --tags -f
17-
18-
git checkout master
19-
git branch -D build

0 commit comments

Comments
 (0)