Skip to content

Commit

Permalink
Announce v1.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeh committed Oct 2, 2021
1 parent dafc4ac commit b7b4804
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2](https://github.com/maximeh/leaflet.bouncemarker/releases/tag/v1.2.2)
Last stable: [v1.2.3](https://github.com/maximeh/leaflet.bouncemarker/releases/tag/v1.2.3)

# 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.2",
"version": "1.2.3",
"keywords": ["leaflet", "plugin", "bounce", "marker"],
"homepage": "https://github.com/maximeh/leaflet.bouncemarker",
"dependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leaflet.bouncemarker",
"version": "1.2.2",
"version": "1.2.3",
"description": "Make a marker bounce when you add it to a map.",
"main": "bouncemarker.js",
"types": "leaflet.bouncemarker.d.ts",
Expand Down

0 comments on commit b7b4804

Please sign in to comment.