Skip to content

Commit b0d6b02

Browse files
committed
🔧 chore: bump version to 1.2.1
1 parent e767b28 commit b0d6b02

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 1.2.0 (2021-08-01)
28

39
- Version 1.2.0

lib/constants/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const version = '1.2.0';
1+
const version = '1.2.1';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: docrunner
22
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.
3-
version: 1.2.0
3+
version: 1.2.1
44
homepage: https://github.com/DudeBro249/docrunner
55

66
environment:

0 commit comments

Comments
 (0)