Skip to content

Commit 44e5055

Browse files
committed
Release 5.0.7
1 parent 6e0deec commit 44e5055

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change log
22

3+
## [Version 5.0.7](https://github.com/efremidze/VisualEffectView/releases/tag/5.0.7)
4+
5+
- Update platforms to iOS14 in Package.swift by @Phyber64 in https://github.com/efremidze/VisualEffectView/pull/45
6+
- Update Swift Tools Version to 5.3 to Fix Minimum iOS Version Compatibility by @efremidze in https://github.com/efremidze/VisualEffectView/pull/47
7+
- Updated Badges by @efremidze in https://github.com/efremidze/VisualEffectView/pull/50
8+
- Added Swift Build Workflow by @efremidze in https://github.com/efremidze/VisualEffectView/pull/51
9+
- Update Package.swift by @efremidze in https://github.com/efremidze/VisualEffectView/pull/52
10+
- Updated Demo by @efremidze in https://github.com/efremidze/VisualEffectView/pull/53
11+
- Update README.md by @efremidze in https://github.com/efremidze/VisualEffectView/pull/54
12+
- Add saturation adjustment property to VisualEffectView by @Copilot in https://github.com/efremidze/VisualEffectView/pull/58
13+
- Update folders to properly follow SPM conventions by @efremidze in https://github.com/efremidze/VisualEffectView/pull/61
14+
315
## [Version 5.0.0](https://github.com/efremidze/VisualEffectView/releases/tag/5.0.0)
416

517
- Dropped iOS 13 support (use 4.x.x for iOS 9+ support)

VisualEffectView.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "VisualEffectView"
11-
s.version = "5.0.0"
11+
s.version = "5.0.7"
1212
s.license = 'MIT'
1313
s.homepage = "https://github.com/efremidze/VisualEffectView"
1414
s.author = { "Lasha Efremidze" => "efremidzel@hotmail.com" }

VisualEffectView.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@
463463
"@executable_path/Frameworks",
464464
"@loader_path/Frameworks",
465465
);
466-
MARKETING_VERSION = 4.1.5;
466+
MARKETING_VERSION = 5.0.7;
467467
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
468468
PRODUCT_BUNDLE_IDENTIFIER = com.example.VisualEffectView;
469469
PRODUCT_NAME = "$(TARGET_NAME)";

0 commit comments

Comments
 (0)