Skip to content

Commit

Permalink
make this sucker v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Dec 25, 2009
1 parent 2e7a35b commit 795a15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mustache.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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]).

Expand Down

0 comments on commit 795a15f

Please sign in to comment.