Skip to content
This repository has been archived by the owner on Apr 9, 2018. It is now read-only.

Commit

Permalink
Version bumped to 0.2.2 + README update
Browse files Browse the repository at this point in the history
  • Loading branch information
benorama committed Mar 7, 2014
1 parent 84969b2 commit 6a05373
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CdnAssetPipelineGrailsPlugin.groovy
@@ -1,6 +1,6 @@
class CdnAssetPipelineGrailsPlugin {

def version = "0.2.1"
def version = "0.2.2"
def grailsVersion = "2.0 > *"
def dependsOn = ['asset-pipeline': '1.5 > *']
def loadAfter = ['asset-pipeline','karmanAws']
Expand Down
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -39,7 +39,7 @@ grails.project.dependency.resolution = {
}
plugins {
//here go your plugin dependencies
runtime ':cdn-asset-pipeline:0.2.1'
compile ':cdn-asset-pipeline:0.2.2'
}
}
```
Expand Down Expand Up @@ -139,7 +139,8 @@ grails.assets.url = "https://s3.amazonaws.com/my-bucket/assets/${appName}-${appV

# Latest releases

* 2014-03-04 **V0.2.1** : Minor update to BuildConfig (do not export Karman plugins)
* 2014-03-07 **V0.2.2** : Minor update to BuildConfig + README
* 2014-03-07 **V0.2.1** : Minor update to BuildConfig (do not export Karman plugins)
* 2014-03-04 **V0.2** : Initial release

# Bugs
Expand Down
4 changes: 1 addition & 3 deletions grails-app/conf/BuildConfig.groovy
Expand Up @@ -18,9 +18,7 @@ grails.project.dependency.resolution = {
export = false
}

compile(':karman-aws:0.3.1') {
export = false
}
compile ':karman-aws:0.3.1'
compile ':asset-pipeline:1.6.2'
}
}

0 comments on commit 6a05373

Please sign in to comment.