We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35756c5 commit 88ed9d6Copy full SHA for 88ed9d6
Sora.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "Sora"
3
- s.version = "2024.3.0"
+ s.version = "2025.1.0-canary.0"
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 = "2024.3.0"
+ public static let version = "2025.1.0-canary.0"
}
7
/**
0 commit comments