Skip to content

Commit a2b88c9

Browse files
committed
chore: bump version to 1.3.1 (from release 'v1.3.1')
1 parent 79a5878 commit a2b88c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"manifestUrl": "https://raw.githubusercontent.com/echocat/vfox-mongod/refs/heads/main/manifest.json",
33
"notes": [],
44
"description": "A mise tool plugin for mongod",
5-
"downloadUrl": "https://github.com/echocat/vfox-mongod/releases/download/v1.3.0/vfox-mongod-1.3.0.zip",
5+
"downloadUrl": "https://github.com/echocat/vfox-mongod/releases/download/v1.3.1/vfox-mongod-1.3.1.zip",
66
"minRuntimeVersion": "0.5.0",
77
"name": "mongod",
88
"homepage": "https://github.com/echocat/vfox-mongod",
99
"license": "MIT",
1010
"legacyFilenames": [],
11-
"version": "1.3.0"
11+
"version": "1.3.1"
1212
}

metadata.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PLUGIN = { -- luacheck: ignore
22
name = "mongod",
3-
version = "1.3.0",
3+
version = "1.3.1",
44
description = "A mise tool plugin for mongod",
55
author = "echocat",
66
updateUrl = "https://github.com/echocat/vfox-mongod",

0 commit comments

Comments
 (0)