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 aecaab1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 aecaab1

Please sign in to comment.