Skip to content

Commit

Permalink
aah version update to v0.12.1 and lib version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed Dec 8, 2018
1 parent a5abc59 commit d083cc8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
HTML Minify Extension Library for aah framework
</p>
<p align="center">
<p align="center"><a href="https://github.com/go-aah/html-minify/releases/latest"><img src="https://img.shields.io/badge/version-v0.1.0-blue.svg" alt="Version"></a> <a href="https://godoc.org/aahframe.work/minify/html"><img src="https://godoc.org/aahframe.work/minify/html?status.svg" alt="GoDoc"></a></p>
<p align="center"><a href="https://github.com/go-aah/html-minify/releases/latest"><img src="https://img.shields.io/badge/version-v0.2.0-blue.svg" alt="Version"></a> <a href="https://godoc.org/aahframe.work/minify/html"><img src="https://godoc.org/aahframe.work/minify/html?status.svg" alt="GoDoc"></a></p>
</p>

_Since aah v0.10.x release, this package registered automatically and made active on profile `prod`._

### News

* `v0.1.0` [released](https://github.com/go-aah/html-minify/releases/latest) and tagged on Dec 02, 2018.
* `v0.2.0` [released](https://github.com/go-aah/html-minify/releases/latest) and tagged on Dec 07, 2018.

## Usage

```bash
# go.mod
require aahframe.work/minify/html v0.1.0
require aahframe.work/minify/html v0.2.0
```

## Issues
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module aahframe.work/minify/html

require (
aahframe.work v0.12.0
aahframe.work v0.12.1
github.com/tdewolff/minify v0.0.0-20180913035026-a8ba821b5bd8
github.com/tdewolff/parse v0.0.0-20180825090006-bcb5c6a1c04e
)
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
package html

// Version no of html minify package.
const Version = "0.1.0"
const Version = "0.2.0"

0 comments on commit d083cc8

Please sign in to comment.