diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d862f9..b51845a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ -## 0.1.9 +## 1.0.0 -- Version 0.1.9 +- Version 1.0.0 diff --git a/bin/constants/version.dart b/bin/constants/version.dart index 2c1957c..9cba56f 100644 --- a/bin/constants/version.dart +++ b/bin/constants/version.dart @@ -1 +1 @@ -const version = '0.1.9'; +const version = '1.0.0'; diff --git a/pubspec.yaml b/pubspec.yaml index 08cbc9a..7d915bd 100644 --- a/pubspec.yaml +++ b/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: 0.1.9 +version: 1.0.0 homepage: https://github.com/DudeBro249/docrunner environment: