bump bear to 0.1.3
diff --git a/rebar.config b/rebar.config
index 0f72aae..88bce87 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,7 +1,7 @@
 {sub_dirs, ["deps"]}.
 
 {deps, [
-    {'bear', ".*", {git, "git://github.com/boundary/bear.git", {tag, "0.1.2"}}},
+    {'bear', ".*", {git, "git://github.com/boundary/bear.git", {tag, "0.1.3"}}},
     {meck, ".*", {git, "git://github.com/eproxus/meck", "master"}}
 ]}.