Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ren6 committed Apr 29, 2022
1 parent 719510f commit 8a8e345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ApphudSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ApphudSDK'
s.version = '2.8.0'
s.version = '2.8.1'
s.summary = 'Track and control iOS auto-renewable subscriptions.'
s.description = 'Track, control and analyze iOS auto-renewable subscriptions with Apphud.'
s.homepage = 'https://github.com/apphud/ApphudSDK'
Expand Down
2 changes: 1 addition & 1 deletion ApphudSDK/Apphud.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import StoreKit
import Foundation
import UserNotifications

internal let apphud_sdk_version = "2.8.0"
internal let apphud_sdk_version = "2.8.1"

public typealias ApphudEligibilityCallback = (([String: Bool]) -> Void)
public typealias ApphudBoolCallback = ((Bool) -> Void)
Expand Down

0 comments on commit 8a8e345

Please sign in to comment.