Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Jan 10, 2017
1 parent 4c9276a commit db62fb3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion kaminari-actionview/lib/kaminari/actionview/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module Kaminari
module Actionview
VERSION = '1.0.0.rc1'
VERSION = '1.0.0'
end
end
2 changes: 1 addition & 1 deletion kaminari-activerecord/lib/kaminari/activerecord/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module Kaminari
module Activerecord
VERSION = '1.0.0.rc1'
VERSION = '1.0.0'
end
end
2 changes: 1 addition & 1 deletion kaminari-core/lib/kaminari/core/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module Kaminari
module Core
VERSION = '1.0.0.rc1'
VERSION = '1.0.0'
end
end
2 changes: 1 addition & 1 deletion lib/kaminari/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Kaminari
VERSION = '1.0.0.rc1'
VERSION = '1.0.0'
end
4 changes: 2 additions & 2 deletions misc/bug_report_template.rb
Expand Up @@ -11,8 +11,8 @@
gem "railties", "5.0.1"
gem "activerecord", "5.0.1"
gem "sqlite3"
gem "kaminari-core", "1.0.0.rc1"
gem "kaminari-activerecord", "1.0.0.rc1"
gem "kaminari-core", "1.0.0"
gem "kaminari-activerecord", "1.0.0"
end

require "active_record"
Expand Down

1 comment on commit db62fb3

@zzak
Copy link
Contributor

@zzak zzak commented on db62fb3 Jan 10, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

Please sign in to comment.