Skip to content

Commit

Permalink
core: v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Carvalho Vilas-Boas committed Jun 8, 2020
1 parent 8257d5b commit c82a286
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Annotations/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

def versionMajor = 3
def versionMinor = 0
def versionPatch = 0
def versionPatch = 1

group 'com.github.ChristopheCVB.TouchPortal.Annotations'
version "${versionMajor}.${versionMinor}.${versionPatch}"
Expand Down
2 changes: 1 addition & 1 deletion Helpers/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

def versionMajor = 3
def versionMinor = 0
def versionPatch = 0
def versionPatch = 1

group 'com.github.ChristopheCVB.TouchPortal.Helpers'
version "${versionMajor}.${versionMinor}.${versionPatch}"
Expand Down
2 changes: 1 addition & 1 deletion Library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

def versionMajor = 3
def versionMinor = 0
def versionPatch = 0
def versionPatch = 1

group 'com.github.ChristopheCVB.TouchPortal'
version "${versionMajor}.${versionMinor}.${versionPatch}"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#
#Sun Jun 07 23:39:38 CEST 2020
#Mon Jun 08 18:45:33 CEST 2020
samplekey=Sample Value

0 comments on commit c82a286

Please sign in to comment.