Skip to content

Commit 6f4174b

Browse files
committed
CHANGELOG and README.
1 parent a0a699a commit 6f4174b

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Prefs Changelog
22
===
33

4+
v1.1.1 (2017-01-08)
5+
---
6+
Bug fix.
7+
- Fixed a crash when using `kapt`
8+
49
v1.1.0 (2015-09-13)
510
---
611
Minor enhancements.

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Usage
1919
```groovy
2020
dependencies {
2121
/* ... */
22-
annotationProcessor 'org.jraf:prefs-compiler:1.1.0'
23-
compile 'org.jraf:prefs:1.1.0'
22+
annotationProcessor 'org.jraf:prefs-compiler:1.1.1'
23+
compile 'org.jraf:prefs:1.1.1'
2424
}
2525
```
2626

@@ -101,7 +101,7 @@ License
101101
---
102102

103103
```
104-
Copyright (C) 2015-2016 Benoit 'BoD' Lubek ([email protected])
104+
Copyright (C) 2015-2017 Benoit 'BoD' Lubek ([email protected])
105105
106106
Licensed under the Apache License, Version 2.0 (the "License");
107107
you may not use this file except in compliance with the License.

sample/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
minSdkVersion 9
1010
targetSdkVersion 25
1111
versionCode 1
12-
versionName '1.1.0'
12+
versionName '1.1.1'
1313
}
1414
buildTypes {
1515
release {

0 commit comments

Comments
 (0)