diff --git a/AlertToast.podspec b/AlertToast.podspec
index 4edc0a6..7187bf4 100644
--- a/AlertToast.podspec
+++ b/AlertToast.podspec
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#
spec.name = "AlertToast"
- spec.version = "1.3.9"
+ spec.version = "1.4.0"
spec.summary = "Create Apple-like alerts & toasts using SwiftUI"
# This description is used to generate tags and improve search results.
@@ -27,7 +27,7 @@ Pod::Spec.new do |spec|
spec.description = "Alert Toast is an open-source library in Github to use with SwiftUI. It allows you to present popups that don't need any user action to dismiss or to validate. Some great usage examples: Message Sent, Poor Network Connection, Profile Updated, Logged In/Out, Favorited, Loading and so on..."
- spec.homepage = "https://github.com/elai950/AlertToast"
+ spec.homepage = "https://github.com/patro85/AlertToast"
# spec.screenshots = "https://github.com/elai950/AlertToast/blob/master/Assets/ToastExample.gif"
@@ -78,7 +78,7 @@ Pod::Spec.new do |spec|
# Supports git, hg, bzr, svn and HTTP.
#
- spec.source = { :git => "https://github.com/elai950/AlertToast.git", :tag => "#{spec.version}" }
+ spec.source = { :git => "https://github.com/patro85/AlertToast.git", :tag => "#{spec.version}" }
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
diff --git a/README.md b/README.md
index d7ecc6a..dcae730 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Currently in SwiftUI, the only way to inform the user about some process that fi
Alert Toast is an open-source library in Github to use with SwiftUI. It allows you to present popups that don't need any user action to dismiss or to validate. Some great usage examples: `Message Sent`, `Poor Network Connection`, `Profile Updated`, `Logged In/Out`, `Favorited`, `Loading` and so on...
-
+
* Built with pure SwiftUI.
* 3 Display modes: `Alert` (pop at the center), `HUD` (drop from the top) and `Banner` (pop/slide from the bottom).