Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-07-07 11:21:20 +0300
committerVincent Petry <pvince81@owncloud.com>2015-07-07 11:21:20 +0300
commit4a8953afca892f71f179c4c8cc4db054909280f6 (patch)
treed15e684354a1342b0470e4db67978ea3aad00f33
parent645600ae03101c1212576022548781641f2b4970 (diff)
Update version to 8.2 in README and bower
-rw-r--r--README.md4
-rw-r--r--bower.json2
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:
[![Dependency Status](https://www.versioneye.com/user/projects/54d1f76f3ca0840b190000c0/badge.svg?style=flat)](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/
[![Transifex](https://www.transifex.com/projects/p/owncloud/resource/core/chart/image_png)](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,