Skip to content

Commit f4cd9d3

Browse files
committed
chore(release): 2.0.0
1 parent 6c960f8 commit f4cd9d3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

repo.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@
3838
"Require": {
3939
"micro": ">=1.0.3"
4040
}
41+
},
42+
{
43+
"Version": "2.0.0",
44+
"Url": "https://github.com/gamemaker1/micro-plugin-prettier/releases/download/2.0.0/prettier.zip",
45+
"Require": {
46+
"micro": ">=1.0.3"
47+
}
4148
}
4249
]
4350
}

source/prettier.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "0.1.3"
1+
VERSION = "2.0.0"
22

33
-- prettier
44
-- A micro plugin that automatically formats files using prettier on save

0 commit comments

Comments
 (0)