diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -8,3 +8,7 @@
 
 * First version revised A. Fixed issue with the incorrect statement in the documentation.
 
+## 0.1.0.2 -- 2021-03-03
+
+* First version revised B. Fixed issues with the documentation.
+
diff --git a/sublists.cabal b/sublists.cabal
--- a/sublists.cabal
+++ b/sublists.cabal
@@ -2,9 +2,9 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                sublists
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Allows to split lists into sublists with some patterns by quantity.
-description:         This patterns can be a list of numbers or obtained from the monadic function. Leads to somewhat cycling or regularized structures from the length perspective (this can be transformed into other variativity types).
+description:         These patterns can be a list of numbers or obtained from the monadic function. Leads to somewhat cycling or regularized structures from the length perspective (these ones can be transformed into other variativity types).
 homepage:            https://hackage.haskell.org/package/sublists
 license:             MIT
 license-file:        LICENSE
