Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
Release 2.8.1. (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
zamzterz authored Nov 17, 2020
1 parent dfdcdcd commit 54a875e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SchibstedAccount.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SchibstedAccount'
s.version = '2.8.0'
s.version = '2.8.1'
s.summary = "SDK for a Schibsted identity service"
s.license = { :type => "MIT" }
s.homepage = "https://schibsted.github.io/account-sdk-ios/"
Expand Down
2 changes: 1 addition & 1 deletion Source/Core/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
import Foundation

/// Version of the SDK.
public let sdkVersion = "2.8.0"
public let sdkVersion = "2.8.1"
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.8.0</string>
<string>2.8.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 54a875e

Please sign in to comment.