Skip to content

Commit

Permalink
Bump to 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ostinelli committed Nov 19, 2019
1 parent 00635a3 commit 68f6fbc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -6,8 +6,6 @@ otp_release:
- 20.1
- 19.3
- 18.3
- 17.5
- R16B03-1

branches:
only:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -64,14 +64,14 @@ If you're using [rebar3](https://github.com/erlang/rebar3), add `syn` as a depen

```erlang
{deps, [
{syn, {git, "git://github.com/ostinelli/syn.git", {tag, "2.0.0-rc.1"}}}
{syn, {git, "git://github.com/ostinelli/syn.git", {tag, "2.0.0"}}}
]}.
```
Or, if you're using [Hex.pm](https://hex.pm/) as package manager (with the [rebar3_hex](https://github.com/hexpm/rebar3_hex) plugin):

```erlang
{deps, [
{syn, "2.0.0-rc.1"}
{syn, "2.0.0"}
]}.
```

Expand Down
2 changes: 1 addition & 1 deletion src/syn.app.src
@@ -1,7 +1,7 @@
{application, syn,
[
{description, "A global Process Registry and Process Group manager."},
{vsn, "2.0.0-rc.1"},
{vsn, "2.0.0"},
{registered, [
syn_groups,
syn_registry,
Expand Down

0 comments on commit 68f6fbc

Please sign in to comment.