Skip to content

Commit

Permalink
Release v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eltimn committed Apr 27, 2017
1 parent 4d03abe commit 826c64a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ sbt-frontend

[![Build Status](https://travis-ci.org/eltimn/sbt-frontend.svg?branch=master)](https://travis-ci.org/eltimn/sbt-frontend)

[![Bintray](https://img.shields.io/bintray/v/eltimn/sbt-plugins/sbt-frontend.svg)](https://bintray.com/eltimn/sbt-plugins/sbt-frontend)

[SBT](http://www.scala-sbt.org/) plugin for managing frontend code (node and npm, grunt, gulp, bower, etc.)

SBT version of [frontend-maven-plugin](https://github.com/eirslett/frontend-maven-plugin).
Expand All @@ -20,7 +18,7 @@ Setup
Add the following to your _project/plugins.sbt_ file:

```scala
addSbtPlugin("com.eltimn" % "sbt-frontend" % "0.2.2")
addSbtPlugin("com.eltimn" % "sbt-frontend" % "0.2.3")
```

Enable the plugin in your _build.sbt_ file with:
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git.baseVersion := "0.2.2"
git.baseVersion := "0.2.3"

0 comments on commit 826c64a

Please sign in to comment.