Skip to content

Commit a22cc07

Browse files
committed
1.0.1
1 parent 0202dc2 commit a22cc07

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
### 1.0.1: April 7th, 2014
2+
* Directory indepenent, enable GitHub Updater
3+
14
### 1.0.0: January 13th, 2014
25
* Initial release

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you use [Bedrock](https://github.com/roots/bedrock), `WP_ENV` is already defi
3232
If you're using Composer to manage WordPress, add wp-stage-switcher to your project's dependencies. Run:
3333

3434
```sh
35-
composer require roots/wp-stage-switcher 1.0.0
35+
composer require roots/wp-stage-switcher 1.0.1
3636
```
3737

3838
Or manually add it to your `composer.json`:
@@ -41,7 +41,7 @@ Or manually add it to your `composer.json`:
4141
"require": {
4242
"php": ">=5.3.0",
4343
"wordpress": "3.8",
44-
"roots/wp-stage-switcher": "1.0.0"
44+
"roots/wp-stage-switcher": "1.0.1"
4545
}
4646
```
4747

0 commit comments

Comments
 (0)