From 735c29cf3ece83e8d2e89e72e3c9443da3720a39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Mart=C3=AD?= Date: Tue, 8 Oct 2019 14:19:20 -0600 Subject: [PATCH] Update Readme (#5) --- README.md | 1 + lib/sidekiq/cron/web/admin/version.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7741759..be5b813 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Or install it yourself as: 4. Update the files at lib, and if needed to overwrite files from https://github.com/ondrejbartas/sidekiq-cron copy/paste the files into `lib/` and update them (see the examples https://github.com/1debit/sidekiq-cron-web-admin/tree/master/lib/sidekiq/cron) 5. Add tests using `test-unit` and run the tests: `bundle exec rake test` 6. Push the changes to the branch and create a PR +7. Increase the version at https://github.com/1debit/sidekiq-cron-web-admin/blob/master/lib/sidekiq/cron/web/admin/version.rb before merging the branch to master ## Contributing diff --git a/lib/sidekiq/cron/web/admin/version.rb b/lib/sidekiq/cron/web/admin/version.rb index 9581d99..0e0959d 100644 --- a/lib/sidekiq/cron/web/admin/version.rb +++ b/lib/sidekiq/cron/web/admin/version.rb @@ -2,7 +2,7 @@ module Sidekiq module Cron module Web module Admin - VERSION = '0.2.4'.freeze + VERSION = '0.2.5'.freeze end end end