diff --git a/Gemfile.lock b/Gemfile.lock index bc899d6..f9ff7f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - administration-zero (0.0.15) + administration-zero (0.0.16) GEM remote: https://rubygems.org/ diff --git a/README.md b/README.md index a1fe030..1e0106a 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ The purpose of administration zero is to generate a pre-built administration pan - [Sortable and filterable](https://github.com/activerecord-hackery/ransack) - [Exportable data](https://github.com/westonganger/spreadsheet_architect) - [Toastr for flash messages](https://getbootstrap.com/docs/5.1/components/toasts) +- Show fields with errors in red - Determine time zone automatically - Easy authentication system - Admin scaffolds diff --git a/lib/administration_zero/version.rb b/lib/administration_zero/version.rb index 7683bea..434a139 100644 --- a/lib/administration_zero/version.rb +++ b/lib/administration_zero/version.rb @@ -1,3 +1,3 @@ module AdministrationZero - VERSION = "0.0.15" + VERSION = "0.0.16" end