From 8ed32a8ad423c5b64089846ef21cb7bd46587195 Mon Sep 17 00:00:00 2001 From: Anna Date: Tue, 25 Aug 2020 09:43:54 -0400 Subject: [PATCH] chore: bump version to 1.1.0 --- Globetrotter/Globetrotter.json | 2 +- Globetrotter/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Globetrotter/Globetrotter.json b/Globetrotter/Globetrotter.json index c7dad44..6130ca2 100644 --- a/Globetrotter/Globetrotter.json +++ b/Globetrotter/Globetrotter.json @@ -3,7 +3,7 @@ "Name": "Globetrotter", "Description": "Automatically shows where treasure maps are located. /pglobetrotter /tmap", "InternalName": "Globetrotter", - "AssemblyVersion": "1.0.3", + "AssemblyVersion": "1.1.0", "RepoUrl": "https://sr.ht/~jkcclemens/Globetrotter", "ApplicableVersion": "any", "DalamudApiLevel": 1 diff --git a/Globetrotter/Properties/AssemblyInfo.cs b/Globetrotter/Properties/AssemblyInfo.cs index c84f92a..babb7c0 100644 --- a/Globetrotter/Properties/AssemblyInfo.cs +++ b/Globetrotter/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.3")] -[assembly: AssemblyFileVersion("1.0.3")] +[assembly: AssemblyVersion("1.1.0")] +[assembly: AssemblyFileVersion("1.1.0")]