Skip to content

Commit

Permalink
Bump version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
levantAJ committed Oct 17, 2020
1 parent f996b26 commit 049c1e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VideoEditor.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'VideoEditor'
s.version = '1.0-alpha'
s.version = '1.0'
s.summary = 'VideoEditor facilitates manipulate Audios volume, merge multiple audios to video'
s.description = <<-DESC
VideoEditor written on Swift 5.0 by levantAJ
Expand Down
4 changes: 2 additions & 2 deletions VideoEditor.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = "1.0-alpha";
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.levantAJ.VideoEditor;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -391,7 +391,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = "1.0-alpha";
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.levantAJ.VideoEditor;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down

0 comments on commit 049c1e6

Please sign in to comment.