Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkm279 committed Jun 26, 2024
1 parent 70e2063 commit 1d2e305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Percept.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'Percept'
s.version = '1.0.0'
s.version = '1.0.1'
s.summary = 'Effortlessly integrate Percept into your iOS app.'

s.homepage = 'https://perceptinsight.com'
Expand Down
2 changes: 1 addition & 1 deletion Sources/percept-ios/internal/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

import Foundation

public var perceptSdkVersion = "1.0.0"
public var perceptSdkVersion = "1.0.1"

public var perceptSdkName = "iOS"

0 comments on commit 1d2e305

Please sign in to comment.