chore(release): 1.0.0-dev.2 [skip ci]

# [1.0.0-dev.2](https://github.com/ReVanced/revanced-api/compare/v1.0.0-dev.1...v1.0.0-dev.2) (2024-07-11)

### Bug Fixes

* Configure CORS correctly ([2ed4cf3](2ed4cf3b40))
This commit is contained in:
semantic-release-bot 2024-07-11 01:52:59 +00:00
parent 2ed4cf3b40
commit 8f77736a69
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# [1.0.0-dev.2](https://github.com/ReVanced/revanced-api/compare/v1.0.0-dev.1...v1.0.0-dev.2) (2024-07-11)
### Bug Fixes
* Configure CORS correctly ([2ed4cf3](https://github.com/ReVanced/revanced-api/commit/2ed4cf3b40caeb6181d068d411344e6732000f22))
# 1.0.0-dev.1 (2024-07-10)

View File

@ -1,4 +1,4 @@
org.gradle.parallel = true
org.gradle.caching = true
kotlin.code.style = official
version = 1.0.0-dev.1
version = 1.0.0-dev.2