Fix incomplete renaming. 2.0.1
authorSiraaj Khandkar <siraaj@khandkar.net>
Wed, 31 Dec 2014 07:49:17 +0000 (02:49 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Wed, 31 Dec 2014 07:50:05 +0000 (02:50 -0500)
src/hope.app.src
src/hope_kv_list.erl

index 0e8f2f4..051e619 100644 (file)
@@ -1,7 +1,7 @@
 {application, hope,
  [
   {description, "Higher Order Programming in Erlang"},
-  {vsn, "2.0.0"},
+  {vsn, "2.0.1"},
   {registered, []},
   {applications, [
                   kernel,
index f4ee72e..be11c31 100644 (file)
@@ -3,7 +3,7 @@
 %%%----------------------------------------------------------------------------
 -module(hope_kv_list).
 
--behavior(hope_dictionary).
+-behavior(hope_gen_dictionary).
 
 -export_type(
     [ t/2
This page took 0.020916 seconds and 4 git commands to generate.