Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
+ build version of chromapper
  • Loading branch information
Mrkingfisher committed Jul 28, 2024
1 parent 0fb3ed2 commit 98d026f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DraggableWindows/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

// Custom assembly via AssemblyBuildReleaseVersionAttribute.cs
// this is so we can compare build version of plugin vs chromapper version and warn user of mismatch.
[assembly: AssemblyBuildReleaseVersion("0.10.763")]
[assembly: AssemblyBuildReleaseVersion("0.10.779")] // <-- hopefully it will be updated upon build of current buld version of chromapper

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
Expand All @@ -36,5 +36,5 @@
// 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.2.1.0")]
[assembly: AssemblyFileVersion("1.2.1.0")]
[assembly: AssemblyVersion("1.2.2.0")]
[assembly: AssemblyFileVersion("1.2.2.0")]

0 comments on commit 98d026f

Please sign in to comment.