Skip to content

Commit

Permalink
Release 1.0.0 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelberg-okta authored Mar 30, 2018
1 parent 1ea0780 commit df9db4f
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 @@ -15,7 +15,7 @@ import Hydra
import Vinculum

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

// Holds the browser session
public var currentAuthorizationFlow: OIDAuthorizationFlowSession?
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 = '0.3.0'
s.version = '1.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 df9db4f

Please sign in to comment.