1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-24 08:22:29 +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
// release at the front of the list.
var versions = []string{
"0.1.0",
"0.5.0",
}
var CurrentVersion string = versions[0]

View File

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

View File

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