Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
Update Readme (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomarti authored Oct 8, 2019
1 parent badce4b commit 735c29c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/sidekiq/cron/web/admin/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 735c29c

Please sign in to comment.