Skip to content

Commit e38dcdd

Browse files
committed
bump version.
1 parent 0c0adfa commit e38dcdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sort.novaextension/extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Sort",
44
"organization": "Chris DiLorenzo",
55
"description": "Sort lines by content or length in the editor.",
6-
"version": "1.3.6",
6+
"version": "1.3.7",
77
"categories": ["commands"],
88
"repository": "https://github.com/chrisdl/nova-sort",
99
"bugs": "https://github.com/chrisdl/nova-sort/issues",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nova-sort",
3-
"version": "1.3.6",
3+
"version": "1.3.7",
44
"description": "A Nova.app extension for sorting selections",
55
"main": "Sort.novaextension/Scripts/main.js",
66
"repository": {

0 commit comments

Comments
 (0)