Skip to content

Commit

Permalink
fix: Fix References to version "0.1" (#1266)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Sep 6, 2021
1 parent 58add32 commit 85f6e58
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@ Note, the settings in `cspell.json` will override the equivalent cSpell settings
```javascript
// cSpell Settings
{
// Version of the setting file. Always 0.1
"version": "0.1",
// Version of the setting file. Always 0.2
"version": "0.2",
// language - current active spelling language
"language": "en",
// words - list of words to be always considered correct
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,8 @@ Note, the settings in `cspell.json` will override the equivalent cSpell settings
```javascript
// cSpell Settings
{
// Version of the setting file. Always 0.1
"version": "0.1",
// Version of the setting file. Always 0.2
"version": "0.2",
// language - current active spelling language
"language": "en",
// words - list of words to be always considered correct
Expand Down
4 changes: 2 additions & 2 deletions packages/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,8 @@ Note, the settings in `cspell.json` will override the equivalent cSpell settings
```javascript
// cSpell Settings
{
// Version of the setting file. Always 0.1
"version": "0.1",
// Version of the setting file. Always 0.2
"version": "0.2",
// language - current active spelling language
"language": "en",
// words - list of words to be always considered correct
Expand Down

0 comments on commit 85f6e58

Please sign in to comment.