Skip to content

Commit dd2bc88

Browse files
committed
Bump to version 0.2
1 parent f639dd9 commit dd2bc88

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,21 @@ You have several options to download (and kinda install) the API client library:
4444
Change to your project's root directory and type the following command:
4545

4646
~~~ {.bash}
47-
composer require "bheisig/idoitapi=>=0.1"
47+
composer require "bheisig/idoitapi=>=0.2"
4848
~~~
4949

5050
For a system-wide installation add `global` as an option:
5151

5252
~~~ {.bash}
53-
composer global require "bheisig/idoitapi=>=0.1"
53+
composer global require "bheisig/idoitapi=>=0.2"
5454
~~~
5555

5656
As an alternative add a new dependency on `bheisig/idoitapi` to your project's `composer.json` file. Here is a minimal example to install the current development branch locally:
5757

5858
~~~ {.json}
5959
{
6060
"require": {
61-
"bheisig/idoitapi": ">=0.1"
61+
"bheisig/idoitapi": ">=0.2"
6262
}
6363
}
6464
~~~
@@ -69,7 +69,7 @@ After that you need to call composer to install the API client library (under `v
6969
composer install
7070
~~~
7171

72-
This installs version `0.1` or higher if available. Instead of sticking to a specific/minimum version you may switch to the current development branch by using `@DEV`:
72+
This installs version `0.2` or higher if available. Instead of sticking to a specific/minimum version you may switch to the current development branch by using `@DEV`:
7373

7474
~~~ {.bash}
7575
composer require "bheisig/idoitapi=@DEV"
@@ -91,8 +91,8 @@ composer update
9191
You find [all releases on the project site](https://github.com/bheisig/i-doit-api-client-php/releases). Fetch the latest stable release:
9292

9393
~~~ {.bash}
94-
wget https://github.com/bheisig/i-doit-api-client-php/releases/download/0.1/i-doit-api-client-php-0.1.tar.gz
95-
tar xvzf i-doit-api-client-php-0.1.tar.gz
94+
wget https://github.com/bheisig/i-doit-api-client-php/releases/download/0.2/i-doit-api-client-php-0.2.tar.gz
95+
tar xvzf i-doit-api-client-php-0.2.tar.gz
9696
cd i-doit-api-client-php/
9797
~~~
9898

project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "i-doit API client in PHP",
33
"description": "Easy-to-use, but feature-rich client library for i-doit's JSON-RPC API",
4-
"version": "0.2-dev",
4+
"version": "0.2",
55
"tag": "i-doit-api-client-php"
66
}

0 commit comments

Comments
 (0)