Skip to content

Commit

Permalink
Incremented version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marius-meissner committed Jan 3, 2018
1 parent 1e8016e commit 95638f1
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 @@ -14,7 +14,7 @@ Deployment via official DEB repository is planned.
Download the latest shared object and include it into php.ini:
```bash
cd /usr/lib/php/$(php -v | grep -i 'PHP [57]' | cut -c1-8 | sed s/'PHP '//g | cut -c1-3)
wget https://github.com/Volantus/berry-spi/releases/download/0.1.0/berry-spi.so
wget https://github.com/Volantus/berry-spi/releases/download/0.2.0/berry-spi.so
sudo echo "extension=berry-spi.so" >> /etc/php/7.0/cli/php.ini
```
## Compile from source
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ extern "C" {
*/
PHPCPP_EXPORT void *get_module()
{
static Php::Extension extension("berry-spi", "0.1.0");
static Php::Extension extension("berry-spi", "0.2.0");

Php::Interface spiInterfaceInterface("Volantus\\BerrySpi\\SpiInterface");

Expand Down

0 comments on commit 95638f1

Please sign in to comment.