From d1f54b23d271cdbba8a6349365ff762be1bc2229 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 18 Aug 2011 15:57:49 +0300 Subject: [PATCH] Version bump --- authenticate.cabal | 2 +- openid2.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/authenticate.cabal b/authenticate.cabal index 74289eb5..642cfbdb 100644 --- a/authenticate.cabal +++ b/authenticate.cabal @@ -1,5 +1,5 @@ name: authenticate -version: 0.9.2.3 +version: 0.9.3 license: BSD3 license-file: LICENSE author: Michael Snoyman, Hiromi Ishii, Arash Rouhani diff --git a/openid2.hs b/openid2.hs index 4f20f48e..7f155640 100644 --- a/openid2.hs +++ b/openid2.hs @@ -12,7 +12,7 @@ mkYesod "OID" [parseRoutes| /complete CompleteR GET |] -instance Yesod OID where approot _ = "http://localhost:3000" +instance Yesod OID where approot _ = "http://10.0.0.3:3000" getRootR = defaultLayout [hamlet|\