Skip to content

Commit

Permalink
Announce v1.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeh committed Sep 14, 2021
1 parent b8bf4c3 commit ab0cb7f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Things may break in master, so please don't use this in production.
There is [tags](https://github.com/maximeh/leaflet.bouncemarker/tags) which can
be used in production.

Last stable: [v1.2](https://github.com/maximeh/leaflet.bouncemarker/releases/tag/v1.2)
Last stable: [v1.2.1](https://github.com/maximeh/leaflet.bouncemarker/releases/tag/v1.2.1)

# Usage

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "leaflet.bouncemarker",
"description": "This little plugin for Leaflet will make a Marker bounce when you add it on a map on whenever you want it to.",
"version": "1.2.0",
"version": "1.2.1",
"keywords": ["leaflet", "plugin", "bounce", "marker"],
"homepage": "https://github.com/maximeh/leaflet.bouncemarker",
"dependencies": {},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leaflet.BounceMarker",
"version": "1.2.0",
"name": "leaflet.bouncemarker",
"version": "1.2.1",
"description": "Make a marker bounce when you add it to a map.",
"main": "bouncemarker.js",
"license": "MIT",
Expand Down

0 comments on commit ab0cb7f

Please sign in to comment.