Fix readme with new stable branch

This commit is contained in:
Alexander Meindl 2020-12-29 12:14:58 +01:00
parent 90e6b21c1b
commit c65a7332cc
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ Install ``additionals`` plugin for `Redmine`_.
.. code-block:: bash
$ cd $REDMINE_ROOT
$ git clone -b v3-stable https://github.com/AlphaNodes/additionals.git plugins/additionals
$ git clone -b stable https://github.com/AlphaNodes/additionals.git plugins/additionals
$ bundle install --without development test
$ bundle exec rake redmine:plugins:migrate RAILS_ENV=production
$

View File

@ -1,3 +1,3 @@
module Additionals
VERSION = '3.0.1'.freeze
VERSION = '3.0.2-master'.freeze
end