Skip to content

Commit 27a52c6

Browse files
committed
Fixed: Don't use Release Tag for Updating Emulation Framework
1 parent ac3e79e commit 27a52c6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Emulator/AFS.Stream.Emulator/ModConfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"ModId": "reloaded.universal.fileemulationframework.afs",
33
"ModName": "AFS Emulator for File Emulation Framework",
44
"ModAuthor": "Sewer56",
5-
"ModVersion": "1.1.1",
5+
"ModVersion": "1.1.2",
66
"ModDescription": "Simulates CRIWARE AFS files. Allows mods to add or replace existing files using files on disk.",
77
"ModDll": "AFS.Stream.Emulator.dll",
88
"ModIcon": "Preview.png",
@@ -35,7 +35,7 @@
3535
"GitHubRelease": {
3636
"UserName": "Sewer56",
3737
"RepositoryName": "FileEmulationFramework",
38-
"UseReleaseTag": true,
38+
"UseReleaseTag": false,
3939
"AssetFileName": "Mod.zip"
4040
}
4141
},

Emulator/ONE.Heroes.Stream.Emulator/ModConfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"ModId": "reloaded.universal.fileemulationframework.heroes.one",
33
"ModName": "Heroes ONE Emulator for File Emulation Framework",
44
"ModAuthor": "Sewer56",
5-
"ModVersion": "1.0.2",
5+
"ModVersion": "1.0.3",
66
"ModDescription": "Simulates Sonic Heroes\u0027 ONE files. Allows mods to add or replace existing files using files on disk.",
77
"ModDll": "ONE.Heroes.Stream.Emulator.dll",
88
"ModIcon": "Preview.png",
@@ -35,7 +35,7 @@
3535
"GitHubRelease": {
3636
"UserName": "Sewer56",
3737
"RepositoryName": "FileEmulationFramework",
38-
"UseReleaseTag": true,
38+
"UseReleaseTag": false,
3939
"AssetFileName": "Mod.zip"
4040
}
4141
},

FileEmulationFramework/ModConfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"ModId": "reloaded.universal.fileemulationframework",
33
"ModName": "File Emulation Framework: Base Mod",
44
"ModAuthor": "Sewer56",
5-
"ModVersion": "1.1.1",
5+
"ModVersion": "1.1.2",
66
"ModDescription": "Base mod for the file emulation framework; a framework for modifying applications\u0027 perceptions of files loaded by hooking the Windows API.",
77
"ModDll": "FileEmulationFramework.dll",
88
"ModIcon": "Preview.png",
@@ -35,7 +35,7 @@
3535
"GitHubRelease": {
3636
"UserName": "Sewer56",
3737
"RepositoryName": "FileEmulationFramework",
38-
"UseReleaseTag": true,
38+
"UseReleaseTag": false,
3939
"AssetFileName": "Mod.zip"
4040
}
4141
},

0 commit comments

Comments
 (0)