Skip to content

Commit 83f12c9

Browse files
Prepare release 3.1.3
1 parent a9c88fc commit 83f12c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[ObjectBox](https://objectbox.io/) is a superfast object-oriented Java database with strong relation support and easy-to-use native language APIs.
1414
ObjectBox is embedded into your Android, Linux, macOS, or Windows app.
1515

16-
**Latest version: [3.1.2 (2022/02/21)](https://docs.objectbox.io/#objectbox-changelog)**
16+
**Latest version: [3.1.3 (2022/05/10)](https://docs.objectbox.io/#objectbox-changelog)**
1717

1818
**Your opinion matters to us!** Please fill in this 2-minute [Anonymous Feedback Form](https://forms.gle/bdktGBUmL4m48ruj7).
1919

@@ -67,7 +67,7 @@ For Android projects, add the ObjectBox Gradle plugin to your root `build.gradle
6767

6868
```groovy
6969
buildscript {
70-
ext.objectboxVersion = "3.1.2"
70+
ext.objectboxVersion = "3.1.3"
7171
repositories {
7272
mavenCentral()
7373
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ buildscript {
22
ext {
33
// Typically, only edit those two:
44
def objectboxVersionNumber = '3.1.3' // without "-SNAPSHOT", e.g. '2.5.0' or '2.4.0-RC'
5-
def objectboxVersionRelease = false // set to true for releasing to ignore versionPostFix to avoid e.g. "-dev" versions
5+
def objectboxVersionRelease = true // set to true for releasing to ignore versionPostFix to avoid e.g. "-dev" versions
66

77
// version post fix: '-<value>' or '' if not defined; e.g. used by CI to pass in branch name
88
def versionPostFixValue = project.findProperty('versionPostFix')

0 commit comments

Comments
 (0)