Skip to content

Commit

Permalink
Update version."
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekEdwards committed Mar 22, 2017
1 parent d5fc1d9 commit c318907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/helpers/leaflet_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def LeafletMap(options)

render :partial => '/leaflet/leaflet', :locals => { :options => options_with_indifferent_access, :js_dependencies => js_dependencies }
end

j
# Generates the Leaflet JS code to create the map from the options hash
# passed in via the LeafletMap helper method
def generate_map(options)
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/version.rb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Oneclick::Application.config.version = '1.11.0-rc.1'
Oneclick::Application.config.version = '1.11.0'

0 comments on commit c318907

Please sign in to comment.