Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Clone the [EditorConfig plugin for Notepad++][] sources or download and extract
To download [EditorConfig C core][] and [PRCE2][pcre] use the `init.ps1` script.

```powershell
~> ./init.ps1 [-prce 10.46] [-edc 0.12.3]
~> ./init.ps1 [-prce 10.46] [-edc 0.12.10]
```

Arguments:
Expand Down
2 changes: 1 addition & 1 deletion init.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
param(
$pcre="10.46",
$edc="0.12.9"
$edc="0.12.10"
)

$ErrorActionPreference="Stop"
Expand Down