Skip to content

Commit 2549e73

Browse files
committed
V2.1.0
1 parent 29878ee commit 2549e73

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Release History
22
---------------
3-
### V2.1.0 Minor feature and bugfix release (2015-11-XX, both core and generator)
3+
### V2.1.0 Minor feature and bugfix release (2015-11-12, both core and generator)
44
* Official Robolectric support: workaround for a broken system call in Robolectric triggered by Query.forCurrentThread
55
* QueryBuild now allows to create DISTINCT queries to avoid duplicate entities returned
66
* CursorQuery (beta, API might change)

DaoCore/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'signing'
44

55
group = 'de.greenrobot'
66
archivesBaseName = 'greendao'
7-
version = '2.1.0-SNAPSHOT'
7+
version = '2.1.0'
88
sourceCompatibility = 1.6
99

1010
def isSnapshot = version.endsWith('-SNAPSHOT')
@@ -45,7 +45,7 @@ javadoc {
4545
failOnError = false
4646
classpath += configurations.provided
4747
title = " greenDAO ${version} API"
48-
options.bottom = 'Available under the Apache License, Version 2.0 - <i>Copyright &#169; 2011-2013 <a href="http://greenrobot.de/">greenrobot.de</a>. All Rights Reserved.</i>'
48+
options.bottom = 'Available under the Apache License, Version 2.0 - <i>Copyright &#169; 2011-2015 <a href="http://greenrobot.de/">greenrobot.de</a>. All Rights Reserved.</i>'
4949
excludes = ['de/greenrobot/dao/internal','de/greenrobot/dao/Internal*']
5050
}
5151

DaoGenerator/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'signing'
44

55
group = 'de.greenrobot'
66
archivesBaseName = 'greendao-generator'
7-
version = '2.1.0-SNAPSHOT'
7+
version = '2.1.0'
88
sourceCompatibility = 1.7
99

1010
def isSnapshot = version.endsWith('-SNAPSHOT')

0 commit comments

Comments
 (0)