Skip to content

Commit

Permalink
🔖 release version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasayush committed Jun 4, 2021
1 parent b5dab26 commit f42d9dc
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.1.1 (2021-06-04)

- Version 1.1.1.
- Add <code>[dotenv](https://docrunner-cli.web.app/docs/configuration#dotenv)</code>
as a configuration option in the `docrunner.toml` configuration file
- Added <code>[docrunner self update](https://docrunner-cli.web.app/docs/getting-started#updating)<code> command

## 1.1.0 (2021-06-03)

- Version 1.1.0.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ iwr -useb https://raw.githubusercontent.com/DudeBro249/docrunner/dev/installers/
```

If none of these methods work, you can also install `docrunner.exe` from
[the releases](https://github.com/DudeBro249/docrunner/releases/tag/v1.1.0).
[the releases](https://github.com/DudeBro249/docrunner/releases/tag/v1.1.1).
Make sure to add it to PATH so you can access it from anywhere

## QuickStart
Expand Down
2 changes: 1 addition & 1 deletion bin/constants/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const version = '1.1.0';
const version = '1.1.1';
2 changes: 1 addition & 1 deletion installers/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if (Test-Path -Path $DocrunnerDirectory) {
}

# Download docrunner.exe from github releases
Start-BitsTransfer 'https://github.com/DudeBro249/docrunner/releases/download/v1.1.0/docrunner.exe' "$DocrunnerDirectory\docrunner.exe" -Description 'Downloading Docrunner from https://github.com/DudeBro249/docrunner/releases' -DisplayName 'Downloading Docrunner' -TransferType Download
Start-BitsTransfer 'https://github.com/DudeBro249/docrunner/releases/download/v1.1.1/docrunner.exe' "$DocrunnerDirectory\docrunner.exe" -Description 'Downloading Docrunner from https://github.com/DudeBro249/docrunner/releases' -DisplayName 'Downloading Docrunner' -TransferType Download

Write-Host 'Installing Docrunner' -ForegroundColor cyan

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.1.1
homepage: https://github.com/DudeBro249/docrunner

environment:
Expand Down
2 changes: 1 addition & 1 deletion website/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ iwr -useb https://raw.githubusercontent.com/DudeBro249/docrunner/dev/installers/
```

If none of these methods work, you can also install `docrunner.exe` from
[the releases](https://github.com/DudeBro249/docrunner/releases/tag/v1.1.0).
[the releases](https://github.com/DudeBro249/docrunner/releases/tag/v1.1.1).
Make sure to add it to PATH so you can access it from anywhere

## QuickStart
Expand Down

0 comments on commit f42d9dc

Please sign in to comment.