Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davydotcom committed May 23, 2016
1 parent d417a2c commit c365143
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion EmberAssetPipelineGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import asset.pipeline.handlebars.HandlebarsAssetFile
import asset.pipeline.ember.EmberHandlebarsProcessor
class EmberAssetPipelineGrailsPlugin {

def version = "2.7.0"
def version = "2.9.0"
def grailsVersion = "2.2 > *"
def title = "Ember.js Asset-Pipeline Plugin"
def author = "David Estes"
Expand Down
2 changes: 1 addition & 1 deletion application.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
app.grails.version=2.5.4
app.grails.version=2.5.3
4 changes: 2 additions & 2 deletions grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ grails.project.dependency.resolution = {
}

dependencies {
compile 'com.bertramlabs.plugins:ember-asset-pipeline:2.7.0'
compile 'com.bertramlabs.plugins:ember-asset-pipeline:2.9.0'
}

plugins {


runtime ":asset-pipeline:2.7.0"
runtime ":asset-pipeline:2.9.0"

build ':release:3.1.2', ':rest-client-builder:1.0.3', {
export = false
Expand Down

0 comments on commit c365143

Please sign in to comment.