Skip to content
This repository was archived by the owner on Mar 1, 2020. It is now read-only.

Commit 7c503b4

Browse files
author
Camille Scholtz
committed
Fix version
1 parent f0c3aee commit 7c503b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fish.lua

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

33
if GetOption("fishfmt") == nil then
44
AddOption("fishfmt", true)

repo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Tags": ["fish"],
55
"Versions": [
66
{
7-
"Version": "0.1",
7+
"Version": "0.1.0",
88
"Url": "https://github.com/onodera-punpun/micro-fish-plugin/archive/0.1.tar.gz",
99
"Require": {
1010
"micro": ">=1.0.3"

0 commit comments

Comments
 (0)