We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87b83a1 commit 97cbc89Copy full SHA for 97cbc89
Sora.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "Sora"
3
- s.version = "2025.2.0-canary.0"
+ s.version = "2025.2.0-canary.1"
4
s.summary = "Sora iOS SDK"
5
s.description = <<-DESC
6
A library to develop Sora client applications.
Sora/PackageInfo.swift
@@ -1,7 +1,7 @@
/// :nodoc:
public enum SDKInfo {
// Sora iOS SDK のバージョンを定義する
- public static let version = "2025.2.0-canary.0"
+ public static let version = "2025.2.0-canary.1"
}
7
/**
0 commit comments