Skip to content

Commit

Permalink
chore(release): 1.0.0-dev.1 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0-dev.1 (2024-07-22)

### Features

* Initialize project ([705b448](705b448))
  • Loading branch information
semantic-release-bot committed Jul 22, 2024
1 parent 705b448 commit 7e92b59
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 1.0.0-dev.1 (2024-07-22)


### Features

* Initialize project ([705b448](https://github.com/ReVanced/revanced-patches-gradle-plugin/commit/705b4483dbd33352e79cff289786ef26cad977cf))
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.parallel=true
org.gradle.parallel = true
org.gradle.caching = true
kotlin.code.style=official
version=1.0.0
kotlin.code.style = official
version = 1.0.0-dev.1

0 comments on commit 7e92b59

Please sign in to comment.