1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

Version 1.1.2

This commit is contained in:
Akira Matsuda 2020-01-30 17:19:19 +09:00
parent c3114fac51
commit f901ad46d1
4 changed files with 4 additions and 4 deletions

View file

@ -2,6 +2,6 @@
module Kaminari
module Actionview
VERSION = '1.1.1'
VERSION = '1.1.2'
end
end

View file

@ -2,6 +2,6 @@
module Kaminari
module Activerecord
VERSION = '1.1.1'
VERSION = '1.1.2'
end
end

View file

@ -2,6 +2,6 @@
module Kaminari
module Core
VERSION = '1.1.1'
VERSION = '1.1.2'
end
end

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Kaminari
VERSION = '1.1.1'
VERSION = '1.1.2'
end