Skip to content

Commit c964800

Browse files
SAPTeamDEVSAPTeamDEV
authored andcommitted
update version to 1.2
1 parent cba6f08 commit c964800

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
### Changelog
2-
* Add setup.py for initializing Module (You can delete it after first launch)
3-
* Fix changelog title
2+
* Add ModuleDisplayName and ModuleAuthorName variables to setup for more customization.
3+
* Exclude setup and readme files from archiving to reduce zip file size.

module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=@(ModuleName)
22
name=@(ModuleDisplayName)
3-
version=v1.1
4-
versionCode=11
3+
version=v1.2
4+
versionCode=12
55
author=@(ModuleAuthorName)
66
description=@(ModuleDescription)
77
updateJson=https://raw.githubusercontent.com/SAPTeamDEV/@(ModuleName)/master/update.json

update.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "1.1",
3-
"versionCode": 11,
2+
"version": "1.2",
3+
"versionCode": 12,
44
"zipUrl": "https://github.com/SAPTeamDEV/@(ModuleName)/releases/latest/download/@(ModuleName).zip",
55
"changelog": "https://raw.githubusercontent.com/SAPTeamDEV/@(ModuleName)/master/changelog.md"
66
}

0 commit comments

Comments
 (0)