Skip to content

Commit b1a00e9

Browse files
chore(release): 1.0.0-dev.2 [skip ci]
# [1.0.0-dev.2](v1.0.0-dev.1...v1.0.0-dev.2) (2024-08-06) ### Bug Fixes * Do not raise an exception when environment variables are not set for repository credentials ([ea6bfe0](ea6bfe0))
1 parent ea6bfe0 commit b1a00e9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.0.0-dev.2](https://github.com/ReVanced/revanced-patches-gradle-plugin/compare/v1.0.0-dev.1...v1.0.0-dev.2) (2024-08-06)
2+
3+
4+
### Bug Fixes
5+
6+
* Do not raise an exception when environment variables are not set for repository credentials ([ea6bfe0](https://github.com/ReVanced/revanced-patches-gradle-plugin/commit/ea6bfe0c86b7b1c114bfa520753e6b53c501b0b7))
7+
18
# 1.0.0-dev.1 (2024-07-22)
29

310

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
org.gradle.parallel = true
22
org.gradle.caching = true
33
kotlin.code.style = official
4-
version = 1.0.0-dev.1
4+
version = 1.0.0-dev.2

0 commit comments

Comments
 (0)