Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Jan 8, 2024
1 parent 7825ca1 commit be9ac55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PostHog.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PostHog"
s.version = "3.0.0-alpha.4"
s.version = "3.0.0-beta.1"
s.summary = "The hassle-free way to add posthog to your iOS app."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion PostHog/PostHogVersion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
import Foundation

// if you change this, make sure to also change it in the podspec and check if the script scripts/bump-version.sh still works
let postHogVersion = "3.0.0-alpha.4"
let postHogVersion = "3.0.0-beta.1"

0 comments on commit be9ac55

Please sign in to comment.