Skip to content

Commit e9b85b7

Browse files
committed
Updates version
1 parent 903f73d commit e9b85b7

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "varinote",
33
"name": "Varinote",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"minAppVersion": "1.7.7",
66
"description": "Add variables in templates and set their values on-the-fly during the note creation.",
77
"author": "Giorgos Sarigiannidis",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "varinote",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Add variables in Templates and set their values on-the-fly during the Note creation.",
55
"main": "dist/main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
"1.0.9": "1.7.7",
1212
"1.0.10": "1.7.7",
1313
"1.1.0": "1.7.7",
14-
"1.1.1": "1.7.7"
14+
"1.1.1": "1.7.7",
15+
"1.1.2": "1.7.7"
1516
}

0 commit comments

Comments
 (0)