Skip to content

Commit

Permalink
Updated versioning for assembly info and unity
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Sep 25, 2023
1 parent 954ed28 commit 95b9343
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

[assembly: AssemblyCompany("Ably")]
[assembly: AssemblyProduct("Ably .NET Library")]
[assembly: AssemblyVersion("1.2.12")]
[assembly: AssemblyFileVersion("1.2.12")]
[assembly: AssemblyVersion("1.2.13")]
[assembly: AssemblyFileVersion("1.2.13")]
namespace System {
internal static class AssemblyVersionInformation {
internal const System.String AssemblyCompany = "Ably";
internal const System.String AssemblyProduct = "Ably .NET Library";
internal const System.String AssemblyVersion = "1.2.12";
internal const System.String AssemblyFileVersion = "1.2.12";
internal const System.String AssemblyVersion = "1.2.13";
internal const System.String AssemblyFileVersion = "1.2.13";
}
}
2 changes: 1 addition & 1 deletion unity/Assets/Ably/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.12
1.2.13

0 comments on commit 95b9343

Please sign in to comment.