Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 810aedb

Browse files
author
Rad Azzouz
committed
Merge pull request #169 from AgileBits/release/1.1.2
[RELEASE] 1.1.2
2 parents b702afb + 8c48b3e commit 810aedb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

1PasswordExtension.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pod::Spec.new do |s|
33

44
s.name = "1PasswordExtension"
5-
s.version = "1.1.1"
5+
s.version = "1.1.2"
66
s.summary = "With just a few lines of code, your app can add 1Password support."
77

88
s.description = <<-DESC

Demos/App Demo for iOS/App Demo for iOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.1.1</string>
18+
<string>1.1.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Demos/WebView Demo for iOS/WebView Demo for iOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.1.1</string>
18+
<string>1.1.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

OnePasswordExtension.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#import "OnePasswordExtension.h"
99

1010
// Version
11-
#define VERSION_NUMBER @(111)
11+
#define VERSION_NUMBER @(112)
1212
static NSString *const AppExtensionVersionNumberKey = @"version_number";
1313

1414
// Available App Extension Actions

0 commit comments

Comments
 (0)