1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-04-20 11:38:51 +02:00

Version 0.5.0

This commit is contained in:
Chen-I Lim 2021-02-02 14:34:10 -08:00
parent 7256fb4b5a
commit 26f73135bc
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ package model
// It should be maintained in chronological order with most current // It should be maintained in chronological order with most current
// release at the front of the list. // release at the front of the list.
var versions = []string{ var versions = []string{
"0.1.0", "0.5.0",
} }
var CurrentVersion string = versions[0] var CurrentVersion string = versions[0]

View File

@ -1,6 +1,6 @@
{ {
"name": "focalboard", "name": "focalboard",
"version": "1.0.0", "version": "0.5.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "focalboard", "name": "focalboard",
"version": "1.0.0", "version": "0.5.0",
"private": true, "private": true,
"description": "", "description": "",
"scripts": { "scripts": {