Skip to content

Commit

Permalink
Release major version
Browse files Browse the repository at this point in the history
  • Loading branch information
gryphon committed Oct 7, 2024
1 parent 8036a8c commit d35f8bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
custom_table (0.1.0)
custom_table (1.0.0)
cancancan
caxlsx_rails (~> 0.6)
devise (~> 4.9)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Provides powerful set of functionality for showing tables of data:
* Generated table and filter panel for any model
* Declare fields that should be displayed, filtered or sorted
* Customize visible fields for each user
* Exporting table to XLSX
* Exporting table to XLSX (helpers for CAXLSX, fast_excel and CSV)

Requires and works only with Ransack, Kaminari, Bootstrap CSS, Rails, simple_form and Turbo gems.

Expand Down
2 changes: 1 addition & 1 deletion lib/custom_table/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CustomTable
VERSION = "0.1.0"
VERSION = "1.0.0"
end

0 comments on commit d35f8bc

Please sign in to comment.