diff --git a/README.md b/README.md
index c854edb..cfeb37c 100644
--- a/README.md
+++ b/README.md
@@ -15,9 +15,7 @@ _on-screen software keyboard_ as well as **physical keyboard input** support. On
 math field typesetting uses TeX and the package supports converting to math expressions (that e.g.
 can be used for calculation).
 
-todo(creativecreatorormaybenot): insert screenshots
-
-todo(creativecreatorormaybenot): link to video & tweet.
+[![](https://i.imgur.com/FYl1TqF.png)][demo]
 
 `math_keyboard` is an open source project with the aim of providing a way to edit math expression
 providing the best user experience in terms of input and UI as well as allowing accurate evaluation
diff --git a/math_keyboard/CHANGELOG.md b/math_keyboard/CHANGELOG.md
index 9bc59e6..3beeca3 100644
--- a/math_keyboard/CHANGELOG.md
+++ b/math_keyboard/CHANGELOG.md
@@ -1,7 +1,3 @@
-## 0.0.1+2
-
-* TEMPORARY VERSION; TODO: REMOVE
-
 ## 0.1.0
 
 * Initial public version.
diff --git a/math_keyboard/README.md b/math_keyboard/README.md
index 6977bb2..b8451a0 100644
--- a/math_keyboard/README.md
+++ b/math_keyboard/README.md
@@ -10,7 +10,7 @@ no plugins, no web views.
 
 ## Features
 
-todo(creativecreatorormaybenot): insert screenshots.
+[![](https://i.imgur.com/FYl1TqF.png)][demo]
 
 * Editing math expressions using a custom on-screen software keyboard
 * Editing via physical keyboard input (with shortcuts for functions and constants)
@@ -25,8 +25,6 @@ todo(creativecreatorormaybenot): insert screenshots.
 
 You can view all features **in action** in the [demo app][demo].
 
-todo(creativecreatorormaybenot): link to video & tweet.
-
 ## Usage
 
 To use this plugin, follow the [installing guide].
diff --git a/math_keyboard/pubspec.yaml b/math_keyboard/pubspec.yaml
index 3a5bad6..03c4309 100644
--- a/math_keyboard/pubspec.yaml
+++ b/math_keyboard/pubspec.yaml
@@ -2,8 +2,7 @@ name: math_keyboard
 description: >-2
   Math expression editing using an on-screen software keyboard or physical keyboard input in a
   typeset input field in Flutter.
-# todo(creativecreatorormaybenot): bump to 0.1.0 once all files are finalized.
-version: 0.0.1+2
+version: 0.1.0
 homepage: https://github.com/simpleclub/math_keyboard/tree/main/math_keyboard
 
 environment: