Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 1PasswordExtension.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "1PasswordExtension"
s.version = "1.0.6"
s.version = "1.0.8"
s.summary = "With just a few lines of code, your app can add 1Password support."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion OnePasswordExtension.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#import <MobileCoreServices/MobileCoreServices.h>

// Version
#define VERSION_NUMBER @(106)
#define VERSION_NUMBER @(108)
NSString *const AppExtensionVersionNumberKey = @"version_number";

// Available App Extension Actions
Expand Down