Skip to content
This repository was archived by the owner on Aug 13, 2022. It is now read-only.

Commit 7dbe692

Browse files
committed
updated child version
1 parent b5cafab commit 7dbe692

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

WG7/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group 'io.github.invvk'
6-
version '1.0.0'
6+
version "$parent.version"
77

88
repositories {
99
mavenCentral()

WGEF-Abstraction/build.gradle

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

66
group 'io.github.invvk'
7-
version '1.0.0'
7+
version "$parent.version"
88

99
repositories {
1010
mavenCentral()

WGEF-Core/build.gradle

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

77
group 'io.github.invvk'
8-
version '1.0.0'
8+
version "$parent.version"
99

1010
repositories {
1111
mavenCentral()

0 commit comments

Comments
 (0)