From 795a15f46ff4493da41abcda6cf79f539dcc57b3 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Fri, 25 Dec 2009 10:35:30 -0700 Subject: [PATCH] make this sucker v0.1.0 --- mustache.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mustache.erl b/mustache.erl index d7fcf37..eca17cd 100644 --- a/mustache.erl +++ b/mustache.erl @@ -23,7 +23,7 @@ %% See the README at http://github.com/mojombo/mustache.erl for additional %% documentation and usage examples. --module(mustache). %% v0.1.0beta +-module(mustache). %% v0.1.0 -author("Tom Preston-Werner"). -export([compile/1, compile/2, render/1, render/2, render/3, get/2, get/3, escape/1, start/1]).