Skip to content

Commit 19996f1

Browse files
committed
🔖 release version 1.0.0
1 parent 1cc258b commit 19996f1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## 0.1.9
1+
## 1.0.0
22

3-
- Version 0.1.9
3+
- Version 1.0.0

bin/constants/version.dart

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

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: 0.1.9
3+
version: 1.0.0
44
homepage: https://github.com/DudeBro249/docrunner
55

66
environment:

0 commit comments

Comments
 (0)