diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,3 +9,7 @@
 * First version revised A. Improved the documentation with links to new documentation and video
   recordings.
 
+## 0.1.2.0 -- 2023-03-17
+
+* First version revised B. Updated the dependencies and documentation.
+
diff --git a/Phladiprelio/General/Simple.hs b/Phladiprelio/General/Simple.hs
--- a/Phladiprelio/General/Simple.hs
+++ b/Phladiprelio/General/Simple.hs
@@ -55,3 +55,4 @@
   let str1 = take 7 . words . mconcat . prepareText ysss zsss xs . unwords $ args
   generalF wrs ks arr gs us vs h hc (grps,mxms) str1 >> return ()
 
+
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -17,13 +17,17 @@
 Video recordings as examples of the working prototype usage and how you can listen to 
 Ukrainian text using Google services are at the links below:
 
-https://www.facebook.com/Oleksandr.S.Zhabenko/posts/pfbid02ExubdLQHV3PoYXikZzo8Hmi7WVR5xTUgaKaV5bVv46Zn5J3jX8ysgEWJubwPWEE7l
+https://www.facebook.com/Oleksandr.S.Zhabenko/videos/796964592047546
 
 https://www.facebook.com/Oleksandr.S.Zhabenko/posts/pfbid02EaC4Zwn4YVjfVFWpUhLoHYomiFHZQaiMdorLa6PPx9kXBXepTYPFEFMv8iyV4wAYl
 
+ Devotion
+ ========
+
 P.S.: the author would like to devote this project to support the Foundation GASTROSTARS.
 At the day of publication of the first version of the package (12/03/2023) there is
 the foundation founder's (this is [Emma Kok](https://www.emmakok.nl)) Birthday.
+And on the 17/03/2023 there is the author's Birthday.
 If you would like to share some financial support, please, contact the foundation
 using the URL:
 
diff --git a/phladiprelio-general-simple.cabal b/phladiprelio-general-simple.cabal
--- a/phladiprelio-general-simple.cabal
+++ b/phladiprelio-general-simple.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               phladiprelio-general-simple
-version:            0.1.1.0
+version:            0.1.2.0
 
 -- A short (one-line) description of the package.
 synopsis:           A generalized functionality of PhLADiPreLiO for different languages that uses hash algorithms.
@@ -27,7 +27,7 @@
 
     -- LANGUAGE extensions used by modules in this package.
     other-extensions: NoImplicitPrelude
-    build-depends:    base >=4.13 && <5, rhythmic-sequences ==0.2.1.0, phonetic-languages-phonetics-basics ==0.10.0.2, phladiprelio-general-shared ==0.1.0.0, cli-arguments ==0.7.0.0
+    build-depends:    base >=4.13 && <5, rhythmic-sequences ==0.2.3.1, phonetic-languages-phonetics-basics ==0.10.0.2, phladiprelio-general-shared ==0.1.0.0, cli-arguments ==0.7.0.0
     hs-source-dirs:   .
     default-language: Haskell2010
 
