File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11### Changelog
2- * Initial release.
2+ * Add setup.py for initializing Module (You can delete it after first launch)
3+ * Fix changelog title
Original file line number Diff line number Diff line change 11id=@(ModuleName)
22name=@(ModuleName)
3- version=v1.0
4- versionCode=10
3+ version=v1.1
4+ versionCode=11
55author=SAP Team
66description=@(ModuleDescription)
77updateJson=https://raw.githubusercontent.com/SAPTeamDEV/@(ModuleName)/master/update.json
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.0 " ,
3- "versionCode" : 10 ,
2+ "version" : " 1.1 " ,
3+ "versionCode" : 11 ,
44 "zipUrl" : " https://github.com/SAPTeamDEV/@(ModuleName)/releases/latest/download/@(ModuleName).zip" ,
55 "changelog" : " https://raw.githubusercontent.com/SAPTeamDEV/@(ModuleName)/master/changelog.md"
66}
You can’t perform that action at this time.
0 commit comments