Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Sep 19, 2016
1 parent d938543 commit 2e4c81f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v2.0.0
==================

* No changes! Bumping for version parity across major projects.

v0.13.0-rc.2
==================

Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "php",
"version": "0.13.0-rc.2",
"version": "2.0.0",
"dependencies": {
"lodash": "^3.9.3"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"wordpress",
"php"
],
"version": "0.13.0-rc.2",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "https://github.com/kalabox/kalabox-app-php.git"
Expand Down
1 change: 0 additions & 1 deletion test/backdrop.bats
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ setup() {
$KBOX list | grep "\"name\": \"$PHP_BACKDROP_NAME\""
$KBOX list | grep "\"url\": \"http://${PHP_BACKDROP_NAME}.kbox\""
$KBOX list | grep "\"type\": \"php\""
$KBOX list | grep "\"version\": \"0.13"
$KBOX list | grep "\"location\": \"${KBOX_APP_DIR}/${PHP_BACKDROP_NAME}\""
$KBOX list | grep "\"running\": true"

Expand Down
1 change: 0 additions & 1 deletion test/drupal7.bats
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ setup() {
$KBOX list | grep "\"name\": \"$PHP_DRUPAL7_NAME\""
$KBOX list | grep "\"url\": \"http://${PHP_DRUPAL7_NAME}.kbox\""
$KBOX list | grep "\"type\": \"php\""
$KBOX list | grep "\"version\": \"0.13"
$KBOX list | grep "\"location\": \"${KBOX_APP_DIR}/${PHP_DRUPAL7_NAME}\""
$KBOX list | grep "\"running\": true"

Expand Down
1 change: 0 additions & 1 deletion test/drupal8.bats
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ setup() {
$KBOX list | grep "\"name\": \"$PHP_DRUPAL8_NAME\""
$KBOX list | grep "\"url\": \"http://${PHP_DRUPAL8_NAME}.kbox\""
$KBOX list | grep "\"type\": \"php\""
$KBOX list | grep "\"version\": \"0.13"
$KBOX list | grep "\"location\": \"${KBOX_APP_DIR}/${PHP_DRUPAL8_NAME}\""
$KBOX list | grep "\"running\": true"

Expand Down
1 change: 0 additions & 1 deletion test/wordpress.bats
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ setup() {
$KBOX list | grep "\"name\": \"$PHP_WORDPRESS_NAME\""
$KBOX list | grep "\"url\": \"http://${PHP_WORDPRESS_NAME}.kbox\""
$KBOX list | grep "\"type\": \"php\""
$KBOX list | grep "\"version\": \"0.13"
$KBOX list | grep "\"location\": \"${KBOX_APP_DIR}/${PHP_WORDPRESS_NAME}\""
$KBOX list | grep "\"running\": true"

Expand Down

0 comments on commit 2e4c81f

Please sign in to comment.