Skip to content

Commit 14c3b58

Browse files
committed
wip
1 parent 55c7369 commit 14c3b58

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ gradle-app.setting
1616

1717
# Addon maps
1818
*.addon.mm
19-
version.properties
2019
*.mm.bak
20+
# version.properties
2121

2222
# ignore .jar files
2323
*.jar

Tutorial-o-Matic/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ gradle-app.setting
1616

1717
# Addon maps
1818
*.addon.mm
19-
version.properties
2019
*.mm.bak
20+
# version.properties
2121

2222
# ignore .jar files
2323
*.jar

Tutorial-o-Matic/src/main/groovy/ToM.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class ToM{
1515
// region: properties
1616
// this region has all the properties for the ToM class
1717

18+
static final String version = '0.0.4'
1819
static final c = ScriptUtils.c()
1920
static final String tabName = 'Tutorial'
2021

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version=v0.0.3
2+
downloadUrl=https://github.com/EdoFro/Freeplane_Tutorial_AddOn/releases/download/v0.0.3demo/Tutorial-o-Matic-v0.0.3.addon.mm
3+
freeplaneVersionFrom=v1.9.9

0 commit comments

Comments
 (0)