Skip to content

Commit

Permalink
Bump version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unindented committed May 2, 2016
1 parent ab15347 commit 58f17fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
4 changes: 2 additions & 2 deletions fsm-0.1.1-1.rockspec → fsm-0.2.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down

0 comments on commit 58f17fa

Please sign in to comment.