Skip to content

Commit

Permalink
Podspec major version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
IldarAbdullin-okta committed Jan 18, 2019
1 parent 411b06d commit 58263fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Okta/OktaAppAuth.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import OktaAppAuth
import Hydra

// Current version of the SDK
let VERSION = "1.0.0"
let VERSION = "2.0.0"

// Holds the browser session
public var currentAuthorizationFlow: OIDExternalUserAgentSession?
Expand Down
2 changes: 1 addition & 1 deletion OktaAuth.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'OktaAuth'
s.version = '1.0.1'
s.version = '2.0.0'
s.summary = 'SDK to easily integrate AppAuth with Okta'
s.description = <<-DESC
Integrate your native app with Okta using the AppAuth library.
Expand Down

0 comments on commit 58263fb

Please sign in to comment.