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

+ 3 - 3
README.md

@@ -45,13 +45,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.4.0"}}}
+{syn, {git, "git://github.com/ostinelli/syn.git", {tag, "1.5.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
-{syn, "1.4.0"}
+{syn, "1.5.0"}
 ```
 
 Then, compile:
@@ -64,7 +64,7 @@ $ rebar3 compile
 If you're using [rebar](https://github.com/rebar/rebar), add `syn` as a dependency in your project's `rebar.config` file:
 
 ```erlang
-{syn, ".*", {git, "git://github.com/ostinelli/syn.git", {tag, "1.4.0"}}}
+{syn, ".*", {git, "git://github.com/ostinelli/syn.git", {tag, "1.5.0"}}}
 ```
 
 Then, get and compile your dependencies:

+ 1 - 1
src/syn.app.src

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