Skip to content

Commit 25e8611

Browse files
committed
Version bump
1 parent c9b62db commit 25e8611

File tree

6 files changed

+15
-9
lines changed

6 files changed

+15
-9
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
== 1.3.0 / 2010-07-11
2+
3+
* Use data-jmapping attribute for metadata by default.
4+
* add `default_zoom_level` option
5+
16
== 1.2.1 / 2010-03-12
27

38
* Also call `map.checkResize()` when updating the map.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(The MIT License)
22

3-
Copyright (c) 2009 Brian Landau of Viget Labs
3+
Copyright (c) 2009-2010 Brian Landau of Viget Labs
44

55
Permission is hereby granted, free of charge, to any person obtaining
66
a copy of this software and associated documentation files (the

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,5 +202,5 @@ Dependencies
202202
License
203203
--------
204204

205-
Copyright (c) 2009 Brian Landau (Viget Labs)
205+
Copyright (c) 2009-2010 Brian Landau (Viget Labs)
206206
MIT License: [http://www.opensource.org/licenses/mit-license.php](http://www.opensource.org/licenses/mit-license.php)

Rakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ task :minify => ['jquery.jmapping.min.js']
2222
Rake::PackageTask.new("jquery.jmapping", (ENV['VERSION'] || :noversion)) do |p|
2323
p.need_tar_gz = true
2424
p.need_zip = true
25-
p.package_files.add 'jquery.*.js', 'README.markdown', 'CHANGELOG'
25+
p.package_files.add 'jquery.*.js', 'README.markdown', 'CHANGELOG', 'vendor/jquery.metadata.js',
26+
'vendor/mapiconmaker.js', 'vendor/markermanager.js'
2627
end
2728

2829
if PLATFORM['darwin']

jquery.jmapping.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* jMapping v1.2.1 - jQuery plugin for creating Google Maps
2+
* jMapping v1.3.0 - jQuery plugin for creating Google Maps
33
*
4-
* Copyright (c) 2009 Brian Landau (Viget Labs)
4+
* Copyright (c) 2009-2010 Brian Landau (Viget Labs)
55
* MIT License: http://www.opensource.org/licenses/mit-license.php
66
*
77
*/

jquery.jmapping.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)