From be96b9427b24743075a820f6ea1fb304b4fae7fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Nicouleaud?= Date: Fri, 14 Apr 2017 12:09:16 +0200 Subject: [PATCH] release: 3.0.0-alpha1 (fix elm-package version) --- gui/elm-package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/elm-package.json b/gui/elm-package.json index 5e500698b..4a465d90b 100644 --- a/gui/elm-package.json +++ b/gui/elm-package.json @@ -1,5 +1,5 @@ { - "version": "3.0.0-alpha1", + "version": "3.0.0", "summary": "File Synchronization Client for Cozy Cloud", "repository": "https://github.com/cozy-labs/cozy-desktop.git", "license": "AGPL-3.0",