Skip to content

Commit

Permalink
Updates version in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
rharter committed May 21, 2024
1 parent 4c76547 commit 8b7d70e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## Version 0.4.2

_2024-05-21_

* Adds support for full screen snapshots. (#59)

## Version 0.4.1

_2023-08-07_
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Apply the plugin in your module's `build.gradle` file.
plugins {
id("com.android.application")
// or id("com.android.library")
id("com.dropbox.dropshots") version "0.4.1"
id("com.dropbox.dropshots") version "0.4.2"
}
```

Expand All @@ -48,7 +48,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "com.dropbox.dropshots:dropshots-gradle-plugin:0.4.1"
classpath "com.dropbox.dropshots:dropshots-gradle-plugin:0.4.2"
}
}
Expand Down

0 comments on commit 8b7d70e

Please sign in to comment.