Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Commit

Permalink
1.2.0 readiness
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jul 12, 2016
2 parents cb6cdf8 + 77b3a97 commit 8208a60
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 1.2.0 - TBD
## 1.2.0 - 2016-07-12

### Added

Expand Down
2 changes: 1 addition & 1 deletion bin/zfdeploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
throw new RuntimeException('Unable to locate Composer autoloader; please run "composer install".');
}

define('VERSION', '1.2.0dev');
define('VERSION', '1.2.0');

switch (true) {
case (file_exists(__DIR__ . '/../config/routes.php')):
Expand Down
2 changes: 1 addition & 1 deletion box.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"in": "vendor"
}
],
"git-version": "1.2.0dev",
"git-version": "1.2.0",
"main": "bin/zfdeploy.php",
"output": "zfdeploy.phar",
"stub": true
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.1-dev",
"dev-develop": "1.2-dev"
"dev-master": "1.2-dev",
"dev-develop": "1.3-dev"
}
},
"require": {
Expand Down
Binary file modified zfdeploy.phar
Binary file not shown.

0 comments on commit 8208a60

Please sign in to comment.