We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e767b28 commit b0d6b02Copy full SHA for b0d6b02
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.2.1 (2021-08-02)
2
+
3
+- Version 1.2.1
4
+- Fix powershell installer to get latest release tag dynamically
5
+- Minor changes
6
7
## 1.2.0 (2021-08-01)
8
9
- Version 1.2.0
lib/constants/version.dart
@@ -1 +1 @@
-const version = '1.2.0';
+const version = '1.2.1';
pubspec.yaml
@@ -1,6 +1,6 @@
name: docrunner
description: A command line tool which allows you to run the code in your markdown files to ensure that readers always have access to working code.
-version: 1.2.0
+version: 1.2.1
homepage: https://github.com/DudeBro249/docrunner
environment:
0 commit comments