diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e405cb7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# 1.0.0-dev.1 (2023-09-23) + + +### Features + +* Add initial project structure ([833291d](https://github.com/ReVanced/revanced-library/commit/833291dc68568f11afbf00e443cc857313489424)) diff --git a/gradle.properties b/gradle.properties index eac4a53..aa531a5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,4 @@ org.gradle.parallel = true org.gradle.caching = true -kotlin.code.style = official \ No newline at end of file +kotlin.code.style = official +version = 1.0.0-dev.1