Skip to content

Commit

Permalink
Prepare 0.14 release
Browse files Browse the repository at this point in the history
  • Loading branch information
joshskeen committed Aug 1, 2023
1 parent 9706a63 commit d798939
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Change Log
==========
Version 0.14
_2023-08-04_

* bugfix: remove the 1 second post delay to compute the lastAliveCurrentMillis value, which can cause excessive reads/writes to disk.

Version 0.13
_2023-03-24_

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add the `papa` dependency to your library or app's `build.gradle` file:

```gradle
dependencies {
implementation 'com.squareup.papa:papa:0.13'
implementation 'com.squareup.papa:papa:0.14'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.squareup.papa
VERSION_NAME=0.14-SNAPSHOT
VERSION_NAME=0.14

POM_DESCRIPTION=PAPA: Performance of Android Production Applications
POM_INCEPTION_YEAR=2021
Expand Down

0 comments on commit d798939

Please sign in to comment.