Skip to content

Commit

Permalink
bump to v1.2.0 🔨
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Sep 9, 2016
1 parent 6303217 commit 3603575
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/geoblacklight/geoblacklight.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

var GeoBlacklight = L.Class.extend({
statics: {
__version__: '1.1.2',
__version__: '1.2.0',

debounce: function(fn, delay) {
var timeout = null;
Expand Down
2 changes: 1 addition & 1 deletion lib/geoblacklight/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Geoblacklight
VERSION = '1.1.2'.freeze
VERSION = '1.2.0'.freeze
end

0 comments on commit 3603575

Please sign in to comment.