Skip to content

Commit

Permalink
Bump to 1.1.2 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyklet authored Oct 2, 2022
1 parent 057262b commit 0e50ab8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VidLoader.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "VidLoader"
spec.version = "1.1.1"
spec.version = "1.1.2"
spec.summary = "HLS video streaming download library"
spec.description = "A library used to download HLS video streaming with AES-128 encryption"
spec.homepage = "https://github.com/Cyklet/VidLoader"
Expand Down
4 changes: 2 additions & 2 deletions VidLoader/VidLoader.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.1.1;
MARKETING_VERSION = 1.1.2;
PRODUCT_BUNDLE_IDENTIFIER = avid.VidLoader;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -948,7 +948,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.1.1;
MARKETING_VERSION = 1.1.2;
PRODUCT_BUNDLE_IDENTIFIER = avid.VidLoader;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down

0 comments on commit 0e50ab8

Please sign in to comment.