Skip to content

Commit

Permalink
Merge pull request #21 from Indranil012/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
indrastorms authored Mar 17, 2024
2 parents 9d2768e + e98bb11 commit 317fcb7
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 29 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/apidump.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{
"assets": [
{
"path": "build/libs/revanced-patches*"
"path": "build/libs/dropped-patches*"
}
],
successComment: false
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.2.6-dev.2](https://github.com/Indranil012/Dropped-Patches/compare/v1.2.6-dev.1...v1.2.6-dev.2) (2024-03-17)


### Bug Fixes

* fix release i swear ([2ced451](https://github.com/Indranil012/Dropped-Patches/commit/2ced4514b898be7ed46fcac03e40fd1309b7d6f4))

## [1.2.6-dev.1](https://github.com/Indranil012/Dropped-Patches/compare/v1.2.5...v1.2.6-dev.1) (2024-03-17)


### Bug Fixes

* fix release real ([8fe38b7](https://github.com/Indranil012/Dropped-Patches/commit/8fe38b7b2dc111d7e4e26fcaa0b319d13c51cace))

## [1.2.5](https://github.com/Indranil012/Dropped-Patches/compare/v1.2.4...v1.2.5) (2024-03-17)


Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
signing
}

group = "dropped"
group = "downloads"

repositories {
mavenCentral()
Expand Down Expand Up @@ -98,7 +98,7 @@ publishing {
from(components["java"])

pom {
name = "Your Patches"
name = "Dropped-Patches"
description = "Patches for ReVanced."
url = "https://revanced.app"

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.parallel = true
org.gradle.caching = true
kotlin.code.style = official
version = 1.2.5
version = 1.2.6-dev.2

0 comments on commit 317fcb7

Please sign in to comment.