Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtoye committed Jun 28, 2016
1 parent 5bf01d0 commit e4882f1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "Leaflet.label",
"version": "0.2.3",
"version": "0.2.4",
"homepage": "https://github.com/Leaflet/Leaflet.label",
"authors": [
"Jacob Toye <jacob.toye@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion dist/leaflet.label-src.js
Expand Up @@ -22,7 +22,7 @@
window.LeafletLabel = factory(L);
}
}(function (L) {
L.labelVersion = '0.2.3';
L.labelVersion = '0.2.4';


var LeafletLabel = L.Class.extend({
Expand Down
2 changes: 1 addition & 1 deletion dist/leaflet.label.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "leaflet.label",
"version": "0.2.3",
"version": "0.2.4",
"description": "Labels for leaflet maps",
"license": "MIT",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/Leaflet.label.js
@@ -1 +1 @@
L.labelVersion = '0.2.3';
L.labelVersion = '0.2.4';

0 comments on commit e4882f1

Please sign in to comment.