File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ on [Maven Central](https://central.sonatype.com/artifact/io.github.orangain/json
57
57
58
58
``` kts
59
59
dependencies {
60
- testImplementation(" io.github.orangain:json-fuzzy-match:0.6.0 " )
60
+ testImplementation(" io.github.orangain:json-fuzzy-match:0.7.0-alpha1 " )
61
61
}
62
62
```
63
63
@@ -68,7 +68,7 @@ dependencies {
68
68
<dependency >
69
69
<groupId >io.github.orangain</groupId >
70
70
<artifactId >json-fuzzy-match</artifactId >
71
- <version >0.6.0 </version >
71
+ <version >0.7.0-alpha1 </version >
72
72
</dependency >
73
73
</dependencies >
74
74
```
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
10
10
}
11
11
12
12
group = " io.github.orangain"
13
- version = " 0.6.0 "
13
+ version = " 0.7.0-alpha1 "
14
14
15
15
repositories {
16
16
mavenCentral()
@@ -89,5 +89,6 @@ tasks.named<SonatypeCentralUploadTask>("sonatypeCentralUpload") {
89
89
)
90
90
91
91
signingKey = System .getenv(" PGP_SIGNING_KEY" ) // This is your PGP private key. This is required to sign your files
92
- signingKeyPassphrase = System .getenv(" PGP_SIGNING_KEY_PASSPHRASE" ) // This is your PGP private key passphrase (optional) to decrypt your private key
92
+ signingKeyPassphrase =
93
+ System .getenv(" PGP_SIGNING_KEY_PASSPHRASE" ) // This is your PGP private key passphrase (optional) to decrypt your private key
93
94
}
You can’t perform that action at this time.
0 commit comments