Browse Source

Bump to 3.2.1.

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

+ 3 - 3
README.md

@@ -69,7 +69,7 @@ Add it to your deps:
 
 ```elixir
 defp deps do
-  [{:syn, "~> 3.0"}]
+  [{:syn, "~> 3.2"}]
 end
 ```
 
@@ -78,14 +78,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, "3.2.0"}}}
+  {syn, {git, "git://github.com/ostinelli/syn.git", {tag, "3.2.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
 {deps, [
-  {syn, "3.2.0"}
+  {syn, "3.2.1"}
 ]}.
 ```
 

+ 1 - 1
docs.sh

@@ -9,7 +9,7 @@ set -e
 
 rebar3 compile
 rebar3 as docs edoc
-version=3.2.0
+version=3.2.1
 ex_doc "syn" $version "_build/default/lib/syn/ebin" \
   --source-ref ${version} \
   --config docs.config $@

+ 1 - 1
src/syn.app.src

@@ -1,7 +1,7 @@
 {application, syn,
     [
         {description, "A scalable global Process Registry and Process Group manager."},
-        {vsn, "3.2.0"},
+        {vsn, "3.2.1"},
         {registered, [
             syn_backbone,
             syn_pg,