Skip to content

Commit aae3b8a

Browse files
committed
Add license to release
1 parent 559b729 commit aae3b8a

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "textgrams",
33
"name": "Textgrams",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"minAppVersion": "1.5.0",
66
"description": "Store and visualise ASCII graphics and charts",
77
"author": "Akop Kesheshyan",
88
"authorUrl": "https://github.com/akopdev",
99
"isDesktopOnly": false
10-
}
10+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "textgrams",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Store and visualise ASCII graphics and charts",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"0.5.0": "1.5.0"
3-
}
2+
"0.5.0": "1.5.0",
3+
"0.5.1": "1.5.0"
4+
}

0 commit comments

Comments
 (0)