Skip to content

Commit

Permalink
Merge pull request #80 from AgileBits/task/version-update
Browse files Browse the repository at this point in the history
Updated the version number for 1.0.8
  • Loading branch information
MrRooni committed Aug 22, 2014
2 parents cf45832 + 520d920 commit 5e7a676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 5e7a676

Please sign in to comment.