Skip to content

Commit

Permalink
Prepare next development version.
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Mar 22, 2020
1 parent f888e01 commit fbed57c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

Version 0.14.0 *(In development)*
---------------------------------

Version 0.13.0 *(2020-03-22)*
-----------------------------
- RxJava2MethodMissingCheckReturnValueDetector: Observable with nested generics [\#303](https://github.com/vanniktech/lint-rules/pull/303) ([verno3632](https://github.com/verno3632))
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A set of very opinionated lint rules.

```groovy
compile 'com.vanniktech:lint-rules-android:0.13.0'
compile 'com.vanniktech:lint-rules-android:0.13.0-SNAPSHOT'
compile 'com.vanniktech:lint-rules-android:0.14.0-SNAPSHOT'
```

- **AlertDialogUsage** - Support library AlertDialog is much more powerful and plays better together with the new theming / styling than the AlertDialog built into the framework.
Expand Down Expand Up @@ -48,7 +48,7 @@ compile 'com.vanniktech:lint-rules-android:0.13.0-SNAPSHOT'

```groovy
compile 'com.vanniktech:lint-rules-rxjava2:0.13.0'
compile 'com.vanniktech:lint-rules-rxjava2:0.13.0-SNAPSHOT'
compile 'com.vanniktech:lint-rules-rxjava2:0.14.0-SNAPSHOT'
```

- **RxJava2DefaultScheduler** - Calling this method will rely on a default scheduler. This is not necessary the best default. Being explicit and taking the overload for passing one is preferred.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.13.0
VERSION_NAME=0.14.0-SNAPSHOT
GROUP=com.vanniktech

POM_DESCRIPTION=Very opinionated Lint Checks
Expand Down

0 comments on commit fbed57c

Please sign in to comment.