Skip to content

Commit

Permalink
[process_run] v1.2.0+2
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Sep 30, 2024
1 parent d14995d commit e1bde3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/process_run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.2.0+1
## 1.2.0+2

* Export ShellBinCommand
* requires dart 3.5
Expand Down
2 changes: 1 addition & 1 deletion packages/process_run/lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:pub_semver/pub_semver.dart';

/// Package version text
const packageVersionText = '1.2.0+1';
const packageVersionText = '1.2.0+2';

/// Package version
final packageVersion = Version.parse(packageVersionText);
6 changes: 2 additions & 4 deletions packages/process_run/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: process_run
version: 1.2.0+1
version: 1.2.0+2
description: Process run helpers for Linux/Win/Mac and which like feature for finding executables.
homepage: https://github.com/tekartik/process_run.dart/blob/master/packages/process_run

Expand All @@ -20,9 +20,7 @@ dev_dependencies:
lints: ">=4.0.0"
test: ">=1.25.8"
async: ">=2.11.0"
build_runner: ">=2.4.12"
build_test: ">=2.2.2"
build_version: ">=2.1.1"

executables:
# Shell helper
ds: shell
Expand Down

0 comments on commit e1bde3c

Please sign in to comment.