From 4a8953afca892f71f179c4c8cc4db054909280f6 Mon Sep 17 00:00:00 2001 From: Vincent Petry <pvince81@owncloud.com> Date: Tue, 7 Jul 2015 10:21:20 +0200 Subject: [PATCH] Update version to 8.2 in README and bower --- README.md | 4 ++-- bower.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 36e7bb59892..a705074d6be 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Depencencies: [](https://www.versioneye.com/user/projects/54d1f76f3ca0840b190000c0) ### Installation instructions -https://doc.owncloud.org/server/8.0/developer_manual/app/index.html +https://doc.owncloud.org/server/8.2/developer_manual/app/index.html ### Contribution Guidelines https://owncloud.org/contribute/ @@ -35,4 +35,4 @@ https://www.transifex.com/projects/p/owncloud/ [](https://www.transifex.com/projects/p/owncloud/) For more detailed information about translations: -http://doc.owncloud.org/server/8.0/developer_manual/core/translation.html +http://doc.owncloud.org/server/8.2/developer_manual/core/translation.html diff --git a/bower.json b/bower.json index e039b5f223b..87e9c016fce 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "ownCloud", - "version": "8.0 pre alpha", + "version": "8.2 pre alpha", "homepage": "https://www.owncloud.org", "license": "AGPL", "private": true, -- GitLab