You've already forked focalboard
							
							
				mirror of
				https://github.com/mattermost/focalboard.git
				synced 2025-10-31 00:17:42 +02:00 
			
		
		
		
	Rev to v0.6.2
This commit is contained in:
		| @@ -17,7 +17,7 @@ | ||||
| 	<key>CFBundlePackageType</key> | ||||
| 	<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> | ||||
| 	<key>CFBundleShortVersionString</key> | ||||
| 	<string>0.6.1</string> | ||||
| 	<string>0.6.2</string> | ||||
| 	<key>CFBundleVersion</key> | ||||
| 	<string>8</string> | ||||
| 	<key>LSApplicationCategoryType</key> | ||||
|   | ||||
| @@ -4,6 +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.6.2", | ||||
| 	"0.6.1", | ||||
| 	"0.6.0", | ||||
| 	"0.5.0", | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
| 	"name": "focalboard", | ||||
| 	"version": "0.6.1", | ||||
| 	"version": "0.6.2", | ||||
| 	"private": true, | ||||
| 	"description": "", | ||||
| 	"scripts": { | ||||
|   | ||||
| @@ -19,7 +19,7 @@ class Constants { | ||||
|     static readonly defaultTitleColumnWidth = 280 | ||||
|     static readonly titleColumnId = '__title' | ||||
|  | ||||
|     static readonly versionString = '0.6.1' | ||||
|     static readonly versionString = '0.6.2' | ||||
| } | ||||
|  | ||||
| export {Constants} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user