Skip to content

Commit

Permalink
v3.7.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
CatoTH committed Jun 10, 2017
1 parent e9cb774 commit 5bca528
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Install the sources and dependencies from the repository:
git clone https://github.com/CatoTH/antragsgruen.git
cd antragsgruen
curl -sS https://getcomposer.org/installer | php
./composer.phar global require "fxp/composer-asset-plugin:1.2.2"
./composer.phar global require "fxp/composer-asset-plugin:1.3.1"
./composer.phar install --prefer-dist
npm install
npm run build
Expand Down
2 changes: 1 addition & 1 deletion config/defines.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @var AntragsgruenApp $params
*/

define('ANTRAGSGRUEN_VERSION', '3.7.0-pre');
define('ANTRAGSGRUEN_VERSION', '3.7.0-a1');
define('ANTRAGSGRUEN_HISTORY_URL', 'https://github.com/CatoTH/antragsgruen/blob/v3/History.md');

// For PHPExcel
Expand Down

0 comments on commit 5bca528

Please sign in to comment.