Skip to content

Commit

Permalink
Bump to v1.1.0 🌐
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotjordan committed Aug 5, 2016
1 parent 4963311 commit 0be5c6b
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.0.3',
__version__: '1.1.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.0.3'.freeze
VERSION = '1.1.0'.freeze
end

0 comments on commit 0be5c6b

Please sign in to comment.