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

Commit

Permalink
Merge pull request #123 from vimeo/release-2-3-2-prep
Browse files Browse the repository at this point in the history
Version 2.3.2 Prep
  • Loading branch information
anthonycr authored Jul 14, 2017
2 parents 9edcc50 + 2929c4c commit a877aa9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========

Version 2.3.2 *(2017-07-14)*
----------------------------
- Fixed a bug where stag was unable to find setters/getters for parameterized private fields.
- Found solution for model list file being included in build (refer to README).

Version 2.3.1 *(2017-06-27)*
----------------------------
- Stag is now being deployed to Maven Central.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ buildscript {
apply plugin: 'net.ltgt.apt'
dependencies {
compile 'com.vimeo.stag:stag-library:2.3.1'
apt 'com.vimeo.stag:stag-library-compiler:2.3.1'
compile 'com.vimeo.stag:stag-library:2.3.2'
apt 'com.vimeo.stag:stag-library-compiler:2.3.2'
}
// Optional annotation processor arguments (see below)
Expand All @@ -56,8 +56,8 @@ apt {

```groovy
dependencies {
compile 'com.vimeo.stag:stag-library:2.3.1'
annotationProcessor 'com.vimeo.stag:stag-library-compiler:2.3.1'
compile 'com.vimeo.stag:stag-library:2.3.2'
annotationProcessor 'com.vimeo.stag:stag-library-compiler:2.3.2'
}
android {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ allprojects {

subprojects {
group = 'com.vimeo.stag'
version = '2.3.1'
version = '2.3.2'
}

0 comments on commit a877aa9

Please sign in to comment.