Skip to content

Commit

Permalink
Merge pull request #2 from TheProgramSrc/fix/depends
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Solis authored Feb 23, 2022
2 parents e14d087 + 2a18385 commit 32279c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v0.1.2 - Snapshots
* Fixed dependency FilesModule

# v0.1.1 - Snapshot
* Updated Dependencies

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id 'org.jetbrains.dokka' version '1.6.0'
}

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

group 'xyz.theprogramsrc'
version projectVersion
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/module.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description=@description@
version=@version@
author=TheProgramSrc
repository-id=translationsmodule
dependencies=FilesModule
dependencies=filesmodule

0 comments on commit 32279c1

Please sign in to comment.