Skip to content

Commit 32279c1

Browse files
author
Francisco Solis
authored
Merge pull request #2 from TheProgramSrc/fix/depends
2 parents e14d087 + 2a18385 commit 32279c1

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v0.1.2 - Snapshots
2+
* Fixed dependency FilesModule
3+
14
# v0.1.1 - Snapshot
25
* Updated Dependencies
36

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
id 'org.jetbrains.dokka' version '1.6.0'
88
}
99

10-
def projectVersion = (System.getenv("VERSION") ?: '0.1.1-SNAPSHOT').replaceFirst("v", "").replace('/', '')
10+
def projectVersion = (System.getenv("VERSION") ?: '0.1.2-SNAPSHOT').replaceFirst("v", "").replace('/', '')
1111

1212
group 'xyz.theprogramsrc'
1313
version projectVersion

src/main/resources/module.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ description=@description@
44
version=@version@
55
author=TheProgramSrc
66
repository-id=translationsmodule
7-
dependencies=FilesModule
7+
dependencies=filesmodule

0 commit comments

Comments
 (0)