Skip to content

Commit

Permalink
chore: prepare 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon McAnsh <[email protected]>
  • Loading branch information
bmc08gt committed Jan 12, 2021
1 parent e9de7fc commit d7925ba
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
## (2020-07-24)
# 0.3.0 (2021-01-12)

* **actions:** add dokka trigger for releases ([0072e4f](https://github.com/bmcreations/scrcast/commit/0072e4f5fa6315d181e056f88033963b3a166ac5))
* **readme:** add github action CI badge ([07d9e23](https://github.com/bmcreations/scrcast/commit/07d9e23031b7f50c590c845083b81b590dd4c2fd))
* chore: update mavan publish dependency; begin setup for action deploy ([526af18](https://github.com/bmcreations/scrcast/commit/526af18))

### Bug Fixes

* **scrcast:** fix media playback after recording; replace dispatcher with Activity Results API ([97788e9](https://github.com/bmcreations/scrcast/commit/97788e999c9816bf4000c4ddce564f373d176155)), closes [#46](https://github.com/bmcreations/scrcast/issues/46) [#48](https://github.com/bmcreations/scrcast/issues/48)

### Features

* **notifications:** Update default notification user experience ([#41](https://github.com/bmcreations/scrcast/issues/41)) ([15cc998](https://github.com/bmcreations/scrcast/commit/15cc998277a05670e63a8bfdb58c8690332e5206)), closes [#40](https://github.com/bmcreations/scrcast/issues/40)

## 0.2.0 (2020-07-24)

Expand Down
2 changes: 1 addition & 1 deletion library/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
POM_ARTIFACT_ID=scrcast
POM_NAME=scrcast
POM_PACKAGING=aar
VERSION_NAME=0.3.0-SNAPSHOT
VERSION_NAME=0.3.0
2 changes: 1 addition & 1 deletion lifecycle/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
POM_ARTIFACT_ID=scrcast-lifecycle
POM_NAME=scrcast-lifecycle
POM_PACKAGING=aar
VERSION_NAME=0.1.0-SNAPSHOT
VERSION_NAME=0.1.0

0 comments on commit d7925ba

Please sign in to comment.