Skip to content

Commit

Permalink
fix datepicker require
Browse files Browse the repository at this point in the history
  • Loading branch information
mbulat committed Jun 11, 2020
1 parent 5a8f204 commit 0eebb2f
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/plutus/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
//
//= require jquery
//= require jquery_ujs
//= require jquery-ui/datepicker
//= require jquery-ui/widgets/datepicker
//= require_tree .
2 changes: 1 addition & 1 deletion lib/plutus/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Plutus
VERSION = "0.14"
VERSION = "0.15"
end

0 comments on commit 0eebb2f

Please sign in to comment.