Skip to content

Commit

Permalink
Prepare version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodbx committed Sep 17, 2020
1 parent b513634 commit 26e24f1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

## Version 0.5.1

_2020-09-17_

Fixed race condition in record and verify tasks.

## Version 0.5.0

_2020-09-16_
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buildscript {
google()
}
dependencies {
classpath 'app.cash.paparazzi:paparazzi-gradle-plugin:0.5.0'
classpath 'app.cash.paparazzi:paparazzi-gradle-plugin:0.5.1'
}
}
Expand All @@ -38,7 +38,7 @@ apply plugin: 'app.cash.paparazzi'
Using the plugins DSL:
```groovy
plugins {
id 'app.cash.paparazzi' version '0.5.0'
id 'app.cash.paparazzi' version '0.5.1'
}
```

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=app.cash.paparazzi
VERSION_NAME=1.0.0-SNAPSHOT
VERSION_NAME=0.5.1

POM_URL=https://github.com/square/paparazzi/
POM_SCM_URL=https://github.com/square/paparazzi/
Expand Down

0 comments on commit 26e24f1

Please sign in to comment.