diff --git a/admin/README.md b/admin/README.md index 6d9fc930feb..218a30d9e7e 100644 --- a/admin/README.md +++ b/admin/README.md @@ -26,6 +26,6 @@ bin/rails admin g solidus_admin:component foo ## Releasing 1. Update the version in `lib/solidus_admin/version.rb` -2. Commit the changes with the message `Release v1.2.3` +2. Commit the changes with the message `Release solidus_admin/v1.2.3` 3. `cd admin; bundle exec rake release` 4. Manually release on GitHub diff --git a/admin/lib/solidus_admin/version.rb b/admin/lib/solidus_admin/version.rb index 1adad709a73..9f54bb4f216 100644 --- a/admin/lib/solidus_admin/version.rb +++ b/admin/lib/solidus_admin/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SolidusAdmin - VERSION = "0.1.0" + VERSION = "0.2.0" end