Skip to content

Commit

Permalink
4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
efremidze committed Jul 25, 2023
1 parent 122fc2f commit df0121b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

## [Version 4.1.5](https://github.com/efremidze/VisualEffectView/releases/tag/4.1.5)

- Support SwiftUI (#37)

## [Version 4.1.4](https://github.com/efremidze/VisualEffectView/releases/tag/4.1.4)

- Add background changing directly (#34)
Expand Down
2 changes: 1 addition & 1 deletion VisualEffectView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "VisualEffectView"
s.version = "4.1.4"
s.version = "4.1.5"
s.license = 'MIT'
s.homepage = "https://github.com/efremidze/VisualEffectView"
s.author = { "Lasha Efremidze" => "efremidzel@hotmail.com" }
Expand Down
4 changes: 2 additions & 2 deletions VisualEffectView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.1.4;
MARKETING_VERSION = 4.1.5;
PRODUCT_BUNDLE_IDENTIFIER = com.efremidze.VisualEffectView;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -465,7 +465,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 4.1.4;
MARKETING_VERSION = 4.1.5;
PRODUCT_BUNDLE_IDENTIFIER = com.efremidze.VisualEffectView;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down

0 comments on commit df0121b

Please sign in to comment.