From d782bbe214e1fe0ed9c1c9350fae057641578983 Mon Sep 17 00:00:00 2001 From: Jose Juan Montes Date: Sun, 5 Jun 2016 16:09:13 +0200 Subject: [PATCH] Prepared 2.0.1 release doc. --- README.md | 10 +++++----- RELEASE-NOTES.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b766aaa..5478a6c 100644 --- a/README.md +++ b/README.md @@ -48,10 +48,10 @@ Download Latest CubesViewer stable release is 2.0.1: * CubesViewer 2.0.1 - * [cubesviewer-v2.0.1.zip](https://github.com/jjmontesl/cubesviewer/archive/v2.0.1-beta.zip) - * [cubesviewer-server-v2.0.1.zip](https://github.com/jjmontesl/cubesviewer-server/archive/v2.0.1-beta.zip) - * [Changelog](http://github.com/jjmontesl/cubesviewer/blob/master/CHANGES.txt) - * [Release Notes](http://github.com/jjmontesl/cubesviewer/blob/master/RELEASE-NOTES.txt) + * [cubesviewer-v2.0.1.zip](https://github.com/jjmontesl/cubesviewer/archive/v2.0.1.zip) + * [cubesviewer-server-v2.0.1.zip](https://github.com/jjmontesl/cubesviewer-server/archive/v2.0.1.zip) + * [Changelog](http://github.com/jjmontesl/cubesviewer/blob/v2.0.1/CHANGES.txt) + * [Release Notes](http://github.com/jjmontesl/cubesviewer/blob/v2.0.1/RELEASE-NOTES.txt) * Works with *Cubes 1.0.x* and *Cubes 1.1.x* CubesViewer Server already includes the CubesViewer library so you just need that package @@ -122,7 +122,7 @@ Github source repository: About versioning: -* Tagged versions (ie. v2.0.1) are stable releases. +* Tagged versions (ie. v2.0.x) are stable releases. * The "master" branch may be ahead the latest stable version, but is meant to be stable (fixes and documentation improvements). * Development and latest changes happen in the "devel" branch and others. diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index cc04861..aaefad3 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -22,7 +22,7 @@ that greatly eases development and paves the way for following versions. CubesViewer has undergone a major upgrade. The code is now built upon *AngularJS*, and the UI framework has been migrated from jQueryUI to -*Bootstrap* and Angular Bootstrap components. HTML has been rewritten +*Bootstrap* and *Angular Bootstrap* components. HTML has been rewritten and separated into easier to handle templates. The application is now more *responsive* and *mobile friendly*