Skip to content

Commit 41bf9cc

Browse files
committed
Release 1.0.2
1 parent 4b8dbbc commit 41bf9cc

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [1.0.2] - 2022-09-11
11+
12+
* Fix an issue on publishing the repo on jitpack
13+
1014
## [1.0.1] - 2022-09-11
1115

1216
* Improve how to use the library

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "app.web.drjacky"
8-
version = "1.0.1"
8+
version = "1.0.2"
99

1010
repositories {
1111
mavenCentral()

scripts/publish-mavencentral.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
apply plugin: 'java'
12
apply plugin: 'maven-publish'
23

34
publishing {
@@ -6,6 +7,8 @@ publishing {
67
groupId PUBLISH_GROUP_ID
78
artifactId PUBLISH_ARTIFACT_ID
89
version PUBLISH_VERSION
10+
11+
from components.java
912
}
1013
}
1114
}

0 commit comments

Comments
 (0)