Skip to content

Commit 11126a5

Browse files
authored
update market version (#186)
1 parent 7d5f9bc commit 11126a5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codex.notes",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"productName": "CodeX Notes",
55
"description": "Simple, fast and useful crossplatform notes application based on CodeX Editor and Electron.",
66
"main": "./src/codex-notes.js",
@@ -50,7 +50,7 @@
5050
"codex.editor.header": "^2.0.5",
5151
"codex.editor.inline-code": "^1.1.0",
5252
"codex.editor.list": "^1.0.2",
53-
"codex.editor.marker": "^1.0.1",
53+
"codex.editor.marker": "^1.1.0",
5454
"codex.editor.quote": "^2.1.0",
5555
"codex.editor.raw": "^2.0.0",
5656
"codex.editor.simple-image": "^1.0.1",

public/build/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1845,9 +1845,9 @@ codex.editor.list@^1.0.2:
18451845
version "1.0.2"
18461846
resolved "https://registry.yarnpkg.com/codex.editor.list/-/codex.editor.list-1.0.2.tgz#b00b349f684b19860d7aa766ad7b4c349971170b"
18471847

1848-
codex.editor.marker@^1.0.1:
1849-
version "1.0.1"
1850-
resolved "https://registry.yarnpkg.com/codex.editor.marker/-/codex.editor.marker-1.0.1.tgz#fdb3301d357a256185c79f099b95f1c411d8b3b4"
1848+
codex.editor.marker@^1.1.0:
1849+
version "1.1.0"
1850+
resolved "https://registry.yarnpkg.com/codex.editor.marker/-/codex.editor.marker-1.1.0.tgz#732b628766eb2e455307cdb848b95cc6610be966"
18511851

18521852
codex.editor.quote@^2.1.0:
18531853
version "2.1.0"

0 commit comments

Comments
 (0)