Skip to content

Commit

Permalink
Prepare release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akaita committed Feb 20, 2018
1 parent 4a4689b commit f3d3143
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog for easylauncher plugin

## v1.1.0 2018/02/20
* Allow custom ribbon text
* Add `defaultFlavorNaming` option to use flavor name instead of type for default ribbons

## v1.0.0 2018/02/11
* First public release

## v0.5.0 2018/01/12

* Simplify DSL
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.2'
classpath 'com.akaita.android:easylauncher:1.0.0'
classpath 'com.akaita.android:easylauncher:1.1.0'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0

0 comments on commit f3d3143

Please sign in to comment.