Skip to content

Commit

Permalink
bump version and fix spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Jan 3, 2020
1 parent 8cbbb6b commit 64a7670
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"editor.formatOnSave": true,
"cSpell.words": [
"denysvuika",
"preact"
"Minimalistic",
"Vuika",
"codestyle",
"denysvuika",
"gmail",
"preact"
]
}
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@denysvuika/preact-translate",
"version": "0.2.0",
"version": "0.2.1",
"description": "Minimalistic translate (i18n) library for Preact",
"author": {
"name": "Denys Vuika",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "@denysvuika/preact-translate",
"description": "Minimalistic translate (i18n) library for Preact",
"version": "0.2.0",
"version": "0.2.1",
"author": {
"name": "Denys Vuika",
"email": "denys.vuika@gmail.com",
Expand Down

0 comments on commit 64a7670

Please sign in to comment.