Skip to content

Commit 22f13a8

Browse files
committed
prep for 0.1.4 release
1 parent 28abd55 commit 22f13a8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ and installed manually.
3838
To build and install the driver:
3939

4040
```
41-
$ wget https://github.com/10gen-labs/mongo-php-driver-prototype/releases/download/0.1.3/phongo-0.1.3.tgz
42-
$ pecl install phongo-0.1.3.tgz
41+
$ wget https://github.com/10gen-labs/mongo-php-driver-prototype/releases/download/0.1.4/phongo-0.1.4.tgz
42+
$ pecl install phongo-0.1.4.tgz
4343
$ echo "extension=phongo.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
4444
```
4545

docs/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ them using, for example, Composer.
2626

2727
To build and install the driver:
2828

29-
$ wget https://github.com/10gen-labs/mongo-php-driver-prototype/releases/download/0.1.3/phongo-0.1.3.tgz
30-
$ pecl install phongo-0.1.3.tgz
29+
$ wget https://github.com/10gen-labs/mongo-php-driver-prototype/releases/download/0.1.4/phongo-0.1.4.tgz
30+
$ pecl install phongo-0.1.4.tgz
3131
$ echo "extension=phongo.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
3232

3333

0 commit comments

Comments
 (0)