Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit bf362a8

Browse files
committed
Update version to 1.1.2
1 parent 270d78e commit bf362a8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/AssemblyAI/AssemblyAI.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<RootNamespace>AssemblyAI</RootNamespace>
1010
<AssemblyName>AssemblyAI</AssemblyName>
1111
<PackageId>AssemblyAI</PackageId>
12-
<Version>1.1.1</Version>
13-
<AssemblyVersion>1.1.1.0</AssemblyVersion>
14-
<FileVersion>1.1.1.0</FileVersion>
15-
<PackageVersion>1.1.1</PackageVersion>
12+
<Version>1.1.2</Version>
13+
<AssemblyVersion>1.1.2.0</AssemblyVersion>
14+
<FileVersion>1.1.2.0</FileVersion>
15+
<PackageVersion>1.1.2</PackageVersion>
1616
<Title>AssemblyAI C# .NET SDK</Title>
1717
<Authors>AssemblyAI</Authors>
1818
<Description>The AssemblyAI C# .NET SDK provides an easy-to-use interface for interacting with the AssemblyAI API, which supports async and real-time transcription, audio intelligence models, as well as the latest LeMUR models.</Description>

src/AssemblyAI/Core/CustomConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ internal static class CustomConstants
66
/// This is used for the AssemblyAI User-Agent.
77
/// If you update this, make sure to also update the version numbers in AssemblyAI.csproj
88
/// </summary>
9-
internal const string Version = "1.1.1";
9+
internal const string Version = "1.1.2";
1010
}

0 commit comments

Comments
 (0)