Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dwickern committed May 28, 2015
1 parent d655328 commit f4309b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ This plugin is compatible with ember.js 1.10 and later, since the introduction o

Add this line to your project's `plugins.sbt` file:

addSbtPlugin("com.github.dwickern" % "sbt-emberjs" % "2.0.0")
addSbtPlugin("com.github.dwickern" % "sbt-emberjs" % "2.0.1")

Configure your `build.sbt` with the path to `ember-template-compiler.js` in your ember.js distribution:

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -6,7 +6,7 @@ organization := "com.github.dwickern"

name := "sbt-emberjs"

version := "2.0.0"
version := "2.0.1"

scalaVersion := "2.10.4"

Expand Down

0 comments on commit f4309b2

Please sign in to comment.