Skip to content

Commit

Permalink
Update distribute (56ec0305c58f81a25f975b2c599eec7ced2d4e8a)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 1, 2025
1 parent 328544d commit 760bc03
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 4 deletions.
2 changes: 1 addition & 1 deletion stable/SimpleMapTracker/SimpleMapTracker.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Author": "Caraxi",
"Name": "Simple Map Tracker",
"InternalName": "SimpleMapTracker",
"AssemblyVersion": "0.0.1.0",
"AssemblyVersion": "1.0.1.0",
"Description": "Utilizes an external server to share your current treasure hunt target with your party members.",
"ApplicableVersion": "any",
"RepoUrl": "https://github.com/Caraxi/SimpleMapTracker",
Expand Down
Binary file modified stable/SimpleMapTracker/latest.zip
Binary file not shown.
57 changes: 54 additions & 3 deletions state.json
Original file line number Diff line number Diff line change
Expand Up @@ -55275,9 +55275,9 @@
}
},
"SimpleMapTracker": {
"BuiltCommit": "8e1496fd78ef0c9cd29a8c1db1664489ebe46184",
"TimeBuilt": "2025-01-28T13:05:57.4676071+00:00",
"EffectiveVersion": "0.0.1.0",
"BuiltCommit": "bdbe25ff614fcd8bcb044fdaa3a0cd46c58f403f",
"TimeBuilt": "2025-02-01T01:09:15.7336353+00:00",
"EffectiveVersion": "1.0.1.0",
"MinimumVersion": null,
"Changelogs": {
"0.0.1.0": {
Expand Down Expand Up @@ -55330,6 +55330,57 @@
}
],
"Reviewer": "philpax"
},
"1.0.1.0": {
"TimeReleased": "2025-02-01T01:09:15.7336965+00:00",
"Changelog": "Fix issue with 2% of maps not correctly reporting.",
"UsedNeeds": [
{
"Key": "DalamudPackager",
"Version": "11.0.0"
},
{
"Key": "GitInfo",
"Version": "3.5.0"
},
{
"Key": "Websocket.Client",
"Version": "5.1.2"
},
{
"Key": "Microsoft.CSharp",
"Version": "4.7.0"
},
{
"Key": "Microsoft.Extensions.DependencyInjection.Abstractions",
"Version": "8.0.0"
},
{
"Key": "Microsoft.Extensions.Logging.Abstractions",
"Version": "8.0.0"
},
{
"Key": "Microsoft.IO.RecyclableMemoryStream",
"Version": "3.0.0"
},
{
"Key": "System.Reactive",
"Version": "6.0.0"
},
{
"Key": "System.Threading.Channels",
"Version": "8.0.0"
},
{
"Key": "System.Threading.Tasks.Extensions",
"Version": "4.5.4"
},
{
"Key": "ThisAssembly.Constants",
"Version": "2.0.6"
}
],
"Reviewer": "philpax"
}
}
},
Expand Down

0 comments on commit 760bc03

Please sign in to comment.