Skip to content

Commit 97cbc89

Browse files
committed
[canary] Update Sora.podspec and PackageInfo.swift version to 2025.2.0-canary.1
1 parent 87b83a1 commit 97cbc89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sora.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Sora"
3-
s.version = "2025.2.0-canary.0"
3+
s.version = "2025.2.0-canary.1"
44
s.summary = "Sora iOS SDK"
55
s.description = <<-DESC
66
A library to develop Sora client applications.

Sora/PackageInfo.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// :nodoc:
22
public enum SDKInfo {
33
// Sora iOS SDK のバージョンを定義する
4-
public static let version = "2025.2.0-canary.0"
4+
public static let version = "2025.2.0-canary.1"
55
}
66

77
/**

0 commit comments

Comments
 (0)