diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -152,3 +152,7 @@
 instead of the full universal set of them. Updated the dependency boundaries and the documentation
 appropriately. Fixed the issue with not properly documented (re-)installation process for the package(s).
 
+## 0.13.1.0 -- 2021-10-23
+
+* The thirteenth version revised A. Imlemented pairwise permutations mode more deeply. Some documentation improvements.
+Updated the dependencies boundaries.
diff --git a/Phonetic/Languages/General/Simple.hs b/Phonetic/Languages/General/Simple.hs
--- a/Phonetic/Languages/General/Simple.hs
+++ b/Phonetic/Languages/General/Simple.hs
@@ -97,10 +97,9 @@
       mapM_ (\js -> do
         let !kss = lines js
         if pairwisePermutations then do
-          putStrLn . messageInfo $ 8
-          mStr <- getLine
-          let !m = fromMaybe 10 (readMaybe mStr::Maybe Int)
-              !wss = prepareTuneTextMN m 1 ysss ws . unwords $ kss
+          let !wss
+                | textProcessment1 `elem` [10,20,30,40,50,60,70,80,90] = kss
+                | otherwise = prepareTuneTextMN m 1 ysss ws . unwords $ kss
           mapM_ (\tss -> generalProc2G pairwisePermutations wrs ks arr gs js vs h qs ysss ws toFile1 recursiveMode
                  interactive jstL0 (fullArgsConvertTextualSimple p tss args0) coeffs coeffsWX
                   (fullArgsConvertTextualSimple p tss args) lstW2) wss
@@ -111,7 +110,7 @@
           mapM_ (\tss -> generalProc2G pairwisePermutations wrs ks arr gs js vs h qs ysss ws toFile1 recursiveMode interactive jstL0
                  (fullArgsConvertTextualSimple p tss args0) coeffs coeffsWX
                   (fullArgsConvertTextualSimple p tss args) lstW2) wss) textProcessmentFss
-     where m = quot textProcessment1 10
+     where m = if textProcessment1 == 10 || textProcessment1 == 11 then 10 else quot textProcessment1 10
 
 -- | Is used to do general processment.
 generalProc2G
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -77,11 +77,11 @@
 approach and are intended for 4 elements in the rhythmic groups. For more information, please, refer to the
 section 'WX argument' in the English instruction:
 
-https://oleksandrzhabenko.github.io/uk/InstructionEng.13.pdf
+https://oleksandrzhabenko.github.io/uk/InstructionEng.13.1.pdf
 
 or here:
 
-https://web.archive.org/web/20211014195109/https://oleksandrzhabenko.github.io/uk/InstructionEng.13.pdf
+http://web.archive.org/web/20211023172024/https://oleksandrzhabenko.github.io/uk/InstructionEng.13.1.pdf
 
 There are also some additional information there about the changes in the 0.6.0.0 version.
 
diff --git a/phonetic-languages-simplified-generalized-examples-array.cabal b/phonetic-languages-simplified-generalized-examples-array.cabal
--- a/phonetic-languages-simplified-generalized-examples-array.cabal
+++ b/phonetic-languages-simplified-generalized-examples-array.cabal
@@ -3,7 +3,7 @@
 -- http://haskell.org/cabal/users-guide/
 
 name:                phonetic-languages-simplified-generalized-examples-array
-version:             0.13.0.0
+version:             0.13.1.0
 synopsis:            Helps to create texts with the given phonetic properties (e. g. poetic).
 description:         Is rewritten from the modules of the @phonetic-languages-simplified-examples-array@ package. Can be used not only for Ukrainian, but also for other languages.
 homepage:            https://hackage.haskell.org/package/phonetic-languages-simplified-generalized-examples-array
@@ -21,6 +21,6 @@
   exposed-modules:     Phonetic.Languages.General.Lines, Phonetic.Languages.General.Parsing, Phonetic.Languages.General.Simple, Phonetic.Languages.General.GetTextualInfo, Phonetic.Languages.Simplified.Array.General.FuncRep2RelatedG2, Phonetic.Languages.General.Simple.Parsing, Phonetic.Languages.General.Lines.Parsing, Phonetic.Languages.General.GetInfo.Parsing, EspeakNG_IPA
   -- other-modules:
   other-extensions:    BangPatterns, FlexibleContexts
-  build-depends:       base >=4.8 && <4.16, phonetic-languages-simplified-generalized-examples-common >=0.3 && <1, subG >=0.4.2 && <1, phonetic-languages-simplified-generalized-properties-array >=0.8.2 && <1, phonetic-languages-simplified-base >=0.3 && <1, phonetic-languages-permutations-array >=0.2 && <1, phonetic-languages-filters-array >=0.1 && <1, phonetic-languages-phonetics-basics >=0.8.4 && <1, phonetic-languages-constraints-array >=0.1 && <1, parallel >=3.2.0.6 && <4, phonetic-languages-plus >=0.4.1 && <1, mmsyn2-array >=0.1.3 && <1, heaps >=0.3.6.1 && <1, mmsyn3 >=0.1.5 && <1, process >= 1.6.2 && <2, string-interpreter >=0.5.4.1 && <1
+  build-depends:       base >=4.8 && <4.16, phonetic-languages-simplified-generalized-examples-common >=0.3 && <1, subG >=0.4.2 && <1, phonetic-languages-simplified-generalized-properties-array >=0.8.2 && <1, phonetic-languages-simplified-base >=0.3 && <1, phonetic-languages-permutations-array >=0.2 && <1, phonetic-languages-filters-array >=0.1 && <1, phonetic-languages-phonetics-basics >=0.8.4 && <1, phonetic-languages-constraints-array >=0.1 && <1, parallel >=3.2.0.6 && <4, phonetic-languages-plus >=0.5.1 && <1, mmsyn2-array >=0.1.3 && <1, heaps >=0.3.6.1 && <1, mmsyn3 >=0.1.5 && <1, process >= 1.6.2 && <2, string-interpreter >=0.5.4.1 && <1
   -- hs-source-dirs:
   default-language:    Haskell2010
