diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -83,16 +83,16 @@
   ]
 ```
 
-## Comparision
+## Comparison
 
 Comparing `chronos` to `bench` and `hyperfine`:
 
 `chronos`
-- intersperses all benchmarks, therefore allowing you fast comparisions
+- intersperses all benchmarks, therefore allowing you fast comparisons
 - uses scientific notation
 - is more robust to external loads because ouf the interspersing (it will affect all benchmarks and not only some)
 - uses a number of significant digits according to the current standard error (so with time more digits are presented and not always 4 which is often the wrong thing to do)
-- uses bars with confidence intervals on the command line for easy comparision
+- uses bars with confidence intervals on the command line for easy comparison
 
 Comparing `chronos` to `criterion`:
 
diff --git a/chronos-bench.cabal b/chronos-bench.cabal
--- a/chronos-bench.cabal
+++ b/chronos-bench.cabal
@@ -1,7 +1,7 @@
 cabal-version:       2.2
 
 name:                chronos-bench
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Benchmarking tool with focus on comparing results.
 description:         This tool performs lazy benchmarking of functions and shell commands with continuous feedback and improving precision.
 license:             BSD-3-Clause
