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

Commit 5e7a676

Browse files
committed
Merge pull request #80 from AgileBits/task/version-update
Updated the version number for 1.0.8
2 parents cf45832 + 520d920 commit 5e7a676

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.0.6"
5+
s.version = "1.0.8"
66
s.summary = "With just a few lines of code, your app can add 1Password support."
77

88
s.description = <<-DESC

OnePasswordExtension.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#import <MobileCoreServices/MobileCoreServices.h>
1010

1111
// Version
12-
#define VERSION_NUMBER @(106)
12+
#define VERSION_NUMBER @(108)
1313
NSString *const AppExtensionVersionNumberKey = @"version_number";
1414

1515
// Available App Extension Actions

0 commit comments

Comments
 (0)