Skip to content

Commit

Permalink
Prepare v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ocubom committed Jan 2, 2017
1 parent 281eccb commit 6201b5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ branches:
before_script:
- composer self-update
- composer require satooshi/php-coveralls:dev-master --no-update
- composer install --dev
- composer install

script: ./vendor/bin/phpunit --coverage-text

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Installation
Just use [composer][] to add the dependency:

```
composer require ocubom/base-convert:dev-master
composer require ocubom/base-convert
```

Or add the dependecy manually:
Expand All @@ -27,7 +27,7 @@ Or add the dependecy manually:
```
{
"require": {
"ocubom/base-convert": "dev-master"
"ocubom/base-convert": "^1.0.0"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},

"extra": {
"branch-alias": { "dev-master": "1.0.x-dev" }
"branch-alias": { "dev-master": "2.0.x-dev" }
},

"archive": {
Expand Down

0 comments on commit 6201b5f

Please sign in to comment.