Skip to content

Commit a2c4876

Browse files
chore(release): 4.0.0-dev.1 [skip ci]
# [4.0.0-dev.1](v3.3.0-dev.2...v4.0.0-dev.1) (2024-01-01) ### Code Refactoring * Fix package and code structure ([#2541](#2541)) ([a08457e](a08457e)) ### BREAKING CHANGES * Various public APIs have changed names and packages or were removed entirely
1 parent a08457e commit a2c4876

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [4.0.0-dev.1](https://github.com/ReVanced/revanced-patches/compare/v3.3.0-dev.2...v4.0.0-dev.1) (2024-01-01)
2+
3+
4+
### Code Refactoring
5+
6+
* Fix package and code structure ([#2541](https://github.com/ReVanced/revanced-patches/issues/2541)) ([a08457e](https://github.com/ReVanced/revanced-patches/commit/a08457e406f4b2e37458a4835c11d370a02d2ce6))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Various public APIs have changed names and packages or were removed entirely
12+
113
# [3.3.0-dev.2](https://github.com/ReVanced/revanced-patches/compare/v3.3.0-dev.1...v3.3.0-dev.2) (2024-01-01)
214

315

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 = 3.3.0-dev.2
4+
version = 4.0.0-dev.1

0 commit comments

Comments
 (0)