Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
JRomainG committed Aug 16, 2020
1 parent cad2e40 commit 6f06c95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MangaDexLib.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |spec|
spec.name = "MangaDexLib"
spec.version = "0.3"
spec.version = "0.4"
spec.summary = "Cross-platform Swift framework to interact with the MangaDex website."
spec.description = <<-DESC
MangaDexLib is a cross-platform Swift framework to interact with the MangaDex website. Its goal is to offer a robust abstract interface to access the website's core features.
Expand Down
4 changes: 2 additions & 2 deletions MangaDexLib.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.3;
MARKETING_VERSION = 0.4;
PRODUCT_BUNDLE_IDENTIFIER = com.JustKodding.MangaDexLib;
PRODUCT_NAME = "$(PROJECT_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -856,7 +856,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.3;
MARKETING_VERSION = 0.4;
PRODUCT_BUNDLE_IDENTIFIER = com.JustKodding.MangaDexLib;
PRODUCT_NAME = "$(PROJECT_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit 6f06c95

Please sign in to comment.