Roberto Ostinelli 8 лет назад
Родитель
Сommit
43701a6639
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      README.md
  2. 1 1
      src/syn.app.src

+ 2 - 2
README.md

@@ -46,13 +46,13 @@ Therefore, Availability has been chosen over Consistency and Syn is [eventually
 If you're using [rebar3](https://github.com/erlang/rebar3), add `syn` as a dependency in your project's `rebar.config` file:
 
 ```erlang
-{syn, {git, "git://github.com/ostinelli/syn.git", {tag, "1.6.0"}}}
+{syn, {git, "git://github.com/ostinelli/syn.git", {tag, "1.6.1"}}}
 ```
 
 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
-{syn, "1.6.0"}
+{syn, "1.6.1"}
 ```
 
 Then, compile:

+ 1 - 1
src/syn.app.src

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