Skip to content

Commit

Permalink
Fix version before release
Browse files Browse the repository at this point in the history
  • Loading branch information
gotthardp committed Jun 24, 2017
1 parent 75dfbe6 commit 12abdf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ First, don't forget to release the lorawan-server-api.
Then, create a new tag:

```bash
git tag v0.3.0-pre.0 master
git push origin v0.3.0-pre.0
git tag v0.4.0 master
git push origin v0.4.0
```
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
]}.

{deps, [
{lorawan_server_api, {git, "https://github.com/gotthardp/lorawan-server-api.git", {branch, "master"}}},
{lorawan_server_api, {git, "https://github.com/gotthardp/lorawan-server-api.git", {tag, "v0.4.5"}}},
{lager, {git, "git://github.com/basho/lager.git", {tag, "3.2.4"}}},
{worker_pool, {git, "https://github.com/inaka/worker_pool.git", {ref, "edff5aead77231377d09eb59c055bf7c8c236aef"}}},
{jsx, {git, "https://github.com/talentdeficit/jsx.git", {tag, "2.8.2"}}},
Expand Down

0 comments on commit 12abdf4

Please sign in to comment.