diff --git a/README.md b/README.md index 1459af2..8b807ca 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# lua-fsm [![Version](https://img.shields.io/badge/luarocks-0.1.1-blue.svg)](https://luarocks.org/modules/unindented/fsm) [![Build Status](https://img.shields.io/travis/unindented/lua-fsm.svg)](http://travis-ci.org/unindented/lua-fsm) [![Coverage Status](https://img.shields.io/coveralls/unindented/lua-fsm.svg)](https://coveralls.io/r/unindented/lua-fsm) +# lua-fsm [![Version](https://img.shields.io/badge/luarocks-0.2.0-blue.svg)](https://luarocks.org/modules/unindented/fsm) [![Build Status](https://img.shields.io/travis/unindented/lua-fsm.svg)](http://travis-ci.org/unindented/lua-fsm) [![Coverage Status](https://img.shields.io/coveralls/unindented/lua-fsm.svg)](https://coveralls.io/r/unindented/lua-fsm) A simple finite-state machine implementation for Lua. Based on [@jakesgordon's `javascript-finite-state-machine`](https://github.com/jakesgordon/javascript-state-machine). diff --git a/fsm-0.1.1-1.rockspec b/fsm-0.2.0-1.rockspec similarity index 91% rename from fsm-0.1.1-1.rockspec rename to fsm-0.2.0-1.rockspec index 3eb968f..2f87e7d 100644 --- a/fsm-0.1.1-1.rockspec +++ b/fsm-0.2.0-1.rockspec @@ -1,8 +1,8 @@ package = "fsm" -version = "0.1.1-1" +version = "0.2.0-1" source = { url = "git://github.com/unindented/lua-fsm", - tag = "v0.1.1" + tag = "v0.2.0" } description = { summary = "Simple FSM implementation.",