[Pkg-javascript-commits] [leaflet] 261/301: bump version in package.json and Leaflet.js
Jonas Smedegaard
js at moszumanska.debian.org
Mon Jan 27 22:22:55 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet.
commit ff927cb42a3cfebcf3d67bbc50508727b1f0678d
Author: Vladimir Agafonkin <agafonkin at gmail.com>
Date: Fri Nov 15 16:41:34 2013 +0200
bump version in package.json and Leaflet.js
---
package.json | 4 ++--
src/Leaflet.js | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
index fee7e4c..cb3586b 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,9 @@
{
"name": "leaflet",
- "version": "0.6.3",
+ "version": "0.7",
"description": "JavaScript library for mobile-friendly interactive maps",
"devDependencies": {
- "jake": "~0.7.3",
+ "jake": "~0.7.4",
"jshint": "~2.3.0",
"uglify-js": "~2.4.3",
"mocha": "~1.14.0",
diff --git a/src/Leaflet.js b/src/Leaflet.js
index 8822980..6303605 100644
--- a/src/Leaflet.js
+++ b/src/Leaflet.js
@@ -2,7 +2,7 @@
var oldL = window.L,
L = {};
-L.version = '0.7-dev';
+L.version = '0.7';
// define Leaflet for Node module pattern loaders, including Browserify
if (typeof module === 'object' && typeof module.exports === 'object') {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet.git
More information about the Pkg-javascript-commits
mailing list