Skip to content

Commit

Permalink
Prepare version 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodbx committed Jan 20, 2022
1 parent 4d87820 commit 4abf449
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change Log
==========

## Version 0.9.2
## Version 0.9.3
_2022-01-20_

### Fixed
Expand All @@ -11,6 +11,10 @@ _2022-01-20_
Kudos to @geoff-powell, @nicbell for their contributions this release!


## Version 0.9.2 (Please ignore this release)
_2022-01-20_


## Version 0.9.1
_2022-01-14_

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

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.9.3

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

0 comments on commit 4abf449

Please sign in to comment.