Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
andylibrian committed Nov 23, 2014
1 parent f9e5cfd commit bb10f11
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 @@ -57,7 +57,7 @@ Sastrawi Sentence Detector dapat diinstall dengan [Composer](https://getcomposer
3. Tambahkan Sastrawi Sentence Detector ke file `composer.json` Anda :

```bash
php composer.phar require sastrawi/sentence-detector:dev-master
php composer.phar require sastrawi/sentence-detector:~1
```

Jika Anda masih belum memahami bagaimana cara menggunakan Composer, silahkan baca [Getting Started with Composer](https://getcomposer.org/doc/00-intro.md).
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
"dev-master": "1.0.x-dev"
}
}
}

0 comments on commit bb10f11

Please sign in to comment.