Browse Source

Bump to 2.0.2.

Roberto Ostinelli 5 years ago
parent
commit
addbdb981b
2 changed files with 3 additions and 3 deletions
  1. 2 2
      README.md
  2. 1 1
      src/syn.app.src

+ 2 - 2
README.md

@@ -65,14 +65,14 @@ If you're using [rebar3](https://github.com/erlang/rebar3), add `syn` as a depen
 
 
 ```erlang
 ```erlang
 {deps, [
 {deps, [
-  {syn, {git, "git://github.com/ostinelli/syn.git", {tag, "2.0.1"}}}
+  {syn, {git, "git://github.com/ostinelli/syn.git", {tag, "2.0.2"}}}
 ]}.
 ]}.
 ```
 ```
 Or, if you're using [Hex.pm](https://hex.pm/) as package manager (with the [rebar3_hex](https://github.com/hexpm/rebar3_hex) plugin):
 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
 ```erlang
 {deps, [
 {deps, [
-  {syn, "2.0.1"}
+  {syn, "2.0.2"}
 ]}.
 ]}.
 ```
 ```
 
 

+ 1 - 1
src/syn.app.src

@@ -1,7 +1,7 @@
 {application, syn,
 {application, syn,
     [
     [
         {description, "A global Process Registry and Process Group manager."},
         {description, "A global Process Registry and Process Group manager."},
-        {vsn, "2.0.1"},
+        {vsn, "2.0.2"},
         {registered, [
         {registered, [
             syn_groups,
             syn_groups,
             syn_registry,
             syn_registry,