Skip to content

Commit

Permalink
Bumped version to 0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Feb 9, 2016
1 parent 3ff2a5f commit db57451
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lambda Soup [![version 0.5.1][version]][releases] [![Documentation][doc-img]][docs] [![BSD license][license-img]][license] [![Travis status][travis-img]][travis]
# Lambda Soup [![version 0.6][version]][releases] [![Documentation][doc-img]][docs] [![BSD license][license-img]][license] [![Travis status][travis-img]][travis]

[version]: https://img.shields.io/badge/version-0.5.1-blue.svg
[version]: https://img.shields.io/badge/version-0.6-blue.svg
[doc-img]: https://img.shields.io/badge/docs-online-blue.svg
[license-img]: https://img.shields.io/badge/license-BSD-blue.svg
[travis]: https://travis-ci.org/aantron/lambda-soup/branches
Expand Down
2 changes: 1 addition & 1 deletion docs/top.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
</p>

<p>
This documentation page is for version 0.5.1 of the library.
This documentation page is for version 0.6 of the library.
</p>
</div>
2 changes: 1 addition & 1 deletion src/META
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.5.1"
version = "0.6"
description = "Easy functional HTML scraping and manipulation"
requires = "markup"
archive(byte) = "lambdasoup.cma"
Expand Down
2 changes: 1 addition & 1 deletion src/opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "1.2"
name: "lambdasoup"
version: "0.5.1"
version: "0.6"
maintainer: "Anton Bachin <[email protected]>"
authors: "Anton Bachin <[email protected]>"
homepage: "https://github.com/aantron/lambda-soup"
Expand Down

0 comments on commit db57451

Please sign in to comment.