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

Commit 40c257b

Browse files
committed
Update SDK version to 2.2.0
1 parent 7039f4d commit 40c257b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ publishing {
4747
maven(MavenPublication) {
4848
groupId = 'com.assemblyai'
4949
artifactId = 'assemblyai-java'
50-
version = '2.1.4'
50+
version = '2.2.0'
5151
from components.java
5252
pom {
5353
scm {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.assemblyai.api.core;
22

33
public class Constants {
4-
public static final String SDK_VERSION = "2.1.4";
4+
public static final String SDK_VERSION = "2.2.0";
55
}

0 commit comments

Comments
 (0)