Skip to content

Commit

Permalink
bump up ios version to 0.26 (#185)
Browse files Browse the repository at this point in the history
Signed-off-by: Gelareh Taban <[email protected]>
  • Loading branch information
gadphly authored Oct 3, 2024
1 parent b22cf98 commit 78db981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Trifle.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Trifle'
s.version = '0.2.5'
s.version = '0.2.6'
s.summary = 'Security related functions.'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion ios/Trifle/Sources/Trifle.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Wire

public class Trifle {

public static let version = "0.2.5"
public static let version = "0.2.6"

private static let mobileCertificateRequestVersion = UInt32(0)

Expand Down

0 comments on commit 78db981

Please sign in to comment.