fixes #1727, update version

This commit is contained in:
r888888888
2013-06-21 13:25:27 -07:00
parent 254a08a011
commit 61c2db8c94
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
class CommentVotesController < ApplicationController class CommentVotesController < ApplicationController
respond_to :js respond_to :js, :json
before_filter :member_only before_filter :member_only
def create def create

View File

@@ -4,7 +4,7 @@ module Danbooru
class Configuration class Configuration
# The version of this Danbooru. # The version of this Danbooru.
def version def version
"2.18.0" "2.19.0"
end end
# The name of this Danbooru. # The name of this Danbooru.