Skip to content

Commit c2a15a4

Browse files
author
Juan Lulkin
committed
Bumps version to 0.2.0
1 parent 96aa082 commit c2a15a4

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![Version](https://img.shields.io/gem/v/html2slim.svg)
2+
13
[![Build Status](https://travis-ci.org/slim-template/html2slim.png?branch=master)](https://travis-ci.org/slim-template/html2slim)
24

35
[![Code climate](https://codeclimate.com/github/slim-template/html2slim.png)](https://codeclimate.com/github/slim-template/html2slim)
@@ -38,14 +40,14 @@ This project is released under the MIT license.
3840

3941
## Author
4042

41-
[Maiz Lulkin] (https://github.com/joaomilho)
43+
[Maiz Lulkin] (https://github.com/joaomilho) and [contributors](https://github.com/slim-template/html2slim/graphs/contributors)
4244

4345
## OFFICIAL REPO
4446

45-
https://github.com/slim-template/html2slim
47+
[https://github.com/slim-template/html2slim](https://github.com/slim-template/html2slim)
4648

4749
## ROADMAP
4850

49-
1. ERB support is pre-alpha, and works only for 90% of the cases. Lotsa weird regexes. Gotta improve that.
51+
1. ERB support is beta, and works only for ~92.6% of the cases. Lotsa weird regexes. Gotta improve that.
5052
2. Use temple.
5153
3. Merge with other *2slim gems. Would be handy.

lib/html2slim/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module HTML2Slim
2-
VERSION = '0.1.1'
2+
VERSION = '0.2.0'
33
end

0 commit comments

Comments
 (0)