Skip to content

Commit

Permalink
Merge pull request #40 from wealthfront/prepare-210
Browse files Browse the repository at this point in the history
Prepare v2.1.0 for release
  • Loading branch information
cmathew authored Jul 12, 2024
2 parents 1a93bed + fe4432a commit b83fea9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Change Log
==========
Version 2.1.0 *(2024-07-12)*
----------------------------
* Add API for passing a ComposeRule

Version 2.0.0 *(2023-05-30)*
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2020 Wealthfront, Inc.
Copyright 2024 Wealthfront, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Simple Android library to capture screenshots deterministically
Add this dependency in your build.gradle:

```groovy
implementation 'com.wealthfront:screencaptor:2.0.0'
implementation 'com.wealthfront:screencaptor:2.1.0'
```

## How do I capture a screenshot?
Expand Down Expand Up @@ -78,7 +78,7 @@ This helps us address a class of bugs before our app rolls out to production :)

## License
```
Copyright 2023 Wealthfront, Inc.
Copyright 2024 Wealthfront, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android.nonTransitiveRClass=true
android.enableJetifier=false

GROUP=com.wealthfront
VERSION_NAME=2.0.0-SNAPSHOT
VERSION_NAME=2.1.0

POM_DESCRIPTION=Simple Android library to capture screenshots deterministically

Expand Down

0 comments on commit b83fea9

Please sign in to comment.