Skip to content

Commit

Permalink
[canary] Update Sora.podspec and PackageInfo.swift version to 2025.1.…
Browse files Browse the repository at this point in the history
…0-canary.0
  • Loading branch information
zztkm committed Jan 17, 2025
1 parent 35756c5 commit 88ed9d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sora.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Sora"
s.version = "2024.3.0"
s.version = "2025.1.0-canary.0"
s.summary = "Sora iOS SDK"
s.description = <<-DESC
A library to develop Sora client applications.
Expand Down
2 changes: 1 addition & 1 deletion Sora/PackageInfo.swift
Original file line number Diff line number Diff line change
@@ -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"
}

/**
Expand Down

0 comments on commit 88ed9d6

Please sign in to comment.