Skip to content

Commit

Permalink
bump up version to 0.2.3wq
Browse files Browse the repository at this point in the history
  • Loading branch information
gadphly committed Jul 13, 2023
1 parent 8ff391e commit 963111a
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.2'
s.version = '0.2.3'
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.2"
public static let version = "0.2.3"

private static let mobileCertificateRequestVersion = UInt32(0)

Expand Down

0 comments on commit 963111a

Please sign in to comment.