From 575d736f197a297c841bd45f930e1a424fcd1ce3 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Fri, 30 Jul 2010 15:16:56 -0400 Subject: appups for 1.2.3 --- ebin/fabric.app | 2 +- ebin/fabric.appup | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ebin/fabric.app b/ebin/fabric.app index 054b2586..8a565d8a 100644 --- a/ebin/fabric.app +++ b/ebin/fabric.app @@ -1,6 +1,6 @@ {application, fabric, [ {description, "Routing and proxying layer for CouchDB cluster"}, - {vsn, "1.0.2"}, + {vsn, "1.0.3"}, {modules, [ fabric, fabric_db_create, diff --git a/ebin/fabric.appup b/ebin/fabric.appup index 312af372..ef5dc496 100644 --- a/ebin/fabric.appup +++ b/ebin/fabric.appup @@ -1,4 +1,3 @@ -{"1.0.2",[{"1.0.1",[ - {load_module, fabric_rpc}, - {load_module, fabric_view} -]}],[{"1.0.1",[]}]}. +{"1.0.3",[{"1.0.2",[ + {load_module, fabric_view_changes} +]}],[{"1.0.2",[]}]}. -- cgit v1.2.3