Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjlandau committed Jul 11, 2010
1 parent c9b62db commit 25e8611
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
== 1.3.0 / 2010-07-11

* Use data-jmapping attribute for metadata by default.
* add `default_zoom_level` option

== 1.2.1 / 2010-03-12

* Also call `map.checkResize()` when updating the map.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(The MIT License)

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

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -202,5 +202,5 @@ Dependencies
License
--------

Copyright (c) 2009 Brian Landau (Viget Labs)
Copyright (c) 2009-2010 Brian Landau (Viget Labs)
MIT License: [http://www.opensource.org/licenses/mit-license.php](http://www.opensource.org/licenses/mit-license.php)
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ task :minify => ['jquery.jmapping.min.js']
Rake::PackageTask.new("jquery.jmapping", (ENV['VERSION'] || :noversion)) do |p|
p.need_tar_gz = true
p.need_zip = true
p.package_files.add 'jquery.*.js', 'README.markdown', 'CHANGELOG'
p.package_files.add 'jquery.*.js', 'README.markdown', 'CHANGELOG', 'vendor/jquery.metadata.js',
'vendor/mapiconmaker.js', 'vendor/markermanager.js'
end

if PLATFORM['darwin']
Expand Down
4 changes: 2 additions & 2 deletions jquery.jmapping.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* jMapping v1.2.1 - jQuery plugin for creating Google Maps
* jMapping v1.3.0 - jQuery plugin for creating Google Maps
*
* Copyright (c) 2009 Brian Landau (Viget Labs)
* Copyright (c) 2009-2010 Brian Landau (Viget Labs)
* MIT License: http://www.opensource.org/licenses/mit-license.php
*
*/
Expand Down
8 changes: 4 additions & 4 deletions jquery.jmapping.min.js

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

0 comments on commit 25e8611

Please sign in to comment.