Skip to content

Commit

Permalink
Bump version to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
l1Dan committed Dec 27, 2023
1 parent 199fb71 commit a0aa71f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion NXNavigationExtension.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = 'NXNavigationExtension'
spec.version = '4.1.9'
spec.version = '4.2.0'
spec.summary = '🔥 Lightweight, simple, and easy-to-use NavigationBar library.'

spec.description = <<-DESC
Expand Down
12 changes: 6 additions & 6 deletions NXNavigationExtension.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -497,13 +497,13 @@
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.1.9;
MARKETING_VERSION = 4.2.0;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++17";
PRODUCT_BUNDLE_IDENTIFIER = io.github.l1dan.NXNavigationExtensionSwiftUI;
Expand Down Expand Up @@ -536,13 +536,13 @@
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.1.9;
MARKETING_VERSION = 4.2.0;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++17";
PRODUCT_BUNDLE_IDENTIFIER = io.github.l1dan.NXNavigationExtensionSwiftUI;
Expand Down Expand Up @@ -579,7 +579,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.1.9;
MARKETING_VERSION = 4.2.0;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++14";
PRODUCT_BUNDLE_IDENTIFIER = io.github.l1dan.NXNavigationExtension;
Expand Down Expand Up @@ -615,7 +615,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.1.9;
MARKETING_VERSION = 4.2.0;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++14";
PRODUCT_BUNDLE_IDENTIFIER = io.github.l1dan.NXNavigationExtension;
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import PackageDescription
let package = Package(
name: "NXNavigationExtension",
platforms: [
.iOS(.v13),
.iOS(.v14),
],
products: [
.library(name: "NXNavigationExtension", targets: ["NXNavigationExtension"]),
Expand Down
2 changes: 1 addition & 1 deletion Package@5.3.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import PackageDescription
let package = Package(
name: "NXNavigationExtension",
platforms: [
.iOS(.v13),
.iOS(.v14),
],
products: [
.library(name: "NXNavigationExtension", targets: ["NXNavigationExtension"]),
Expand Down
2 changes: 1 addition & 1 deletion Package@5.4.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import PackageDescription
let package = Package(
name: "NXNavigationExtension",
platforms: [
.iOS(.v13),
.iOS(.v14),
],
products: [
.library(name: "NXNavigationExtension", targets: ["NXNavigationExtension"]),
Expand Down

0 comments on commit a0aa71f

Please sign in to comment.