Skip to content

Commit

Permalink
Added 1.2.0 links
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonaba committed Oct 3, 2016
1 parent 7f4e2ae commit 5644056
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@
[![License](http://img.shields.io/badge/Licence-MIT-brightgreen.svg)](LICENSE)

*30log*, in extenso *30 Lines Of Goodness* is a minified framework for [object-orientation](http://lua-users.org/wiki/ObjectOrientedProgramming) in Lua.
It provides *named* and *unnamed classes*, *single inheritance*, *metamethods* and a basic support for _mixins_.
In *30 lines*.<br/>
It provides *named* and *unnamed classes*, *single inheritance*, *metamethods* and a basic support for _mixins_. In *30 lines*.<br/>
Well, [somehow](http://github.com/Yonaba/30log#30log-cleanlua).


## Download

#### Archive

Current release is [1.1.0](https://github.com/Yonaba/30log/releases/tag/30log-1.1.0-1). See other [releases](https://github.com/Yonaba/30log/releases).
Current release is [1.2.0](https://github.com/Yonaba/30log/releases/tag/30log-1.2.0-1). See other [releases](https://github.com/Yonaba/30log/releases).

#### Bash

Expand Down
2 changes: 1 addition & 1 deletion version_history.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Version history#

##1.2.0 (03/10/2016)
Added `class:cast()`, changes the class of an instance
* Added `class:cast()`, changes the class of an instance

##1.1.0 (09/26/2016)
### New features
Expand Down

0 comments on commit 5644056

Please sign in to comment.