From a505af18221097c533f02ebb7992cdd715b3b9a5 Mon Sep 17 00:00:00 2001 From: aneesh-neelam Date: Thu, 2 Apr 2015 22:04:32 +0530 Subject: [PATCH] Released 0.16 * Updated Semaphore Badge * Updated README.md * Version changed to 0.16 --- README.md | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 99b0264..3515798 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ VITacademics [![Dependency Status](https://david-dm.org/aneesh-neelam/VITacademics.svg)](https://david-dm.org/aneesh-neelam/VITacademics) [![devDependency Status](https://david-dm.org/aneesh-neelam/VITacademics/dev-status.svg)](https://david-dm.org/aneesh-neelam/VITacademics#info=devDependencies) -[![Build Status](https://semaphoreapp.com/api/v1/projects/d25d5145-bbfe-46cd-8b93-32ec54c63140/327641/badge.png)](https://semaphoreapp.com/aneesh-neelam/vitacademics) +[![Build Status](https://semaphoreci.com/api/v1/projects/d25d5145-bbfe-46cd-8b93-32ec54c63140/389220/badge.svg)](https://semaphoreci.com/aneesh-neelam/vitacademics) [![Stories in Ready](https://badge.waffle.io/aneesh-neelam/VITacademics.png?label=ready&title=Ready)](https://waffle.io/aneesh-neelam/VITacademics) The VITacademics API Server @@ -16,7 +16,7 @@ For the API Documentation, check out the [JSON API Page](https://github.com/anee Please report any bugs or issues [here](https://github.com/aneesh-neelam/VITacademics/issues). #### Instructions for Installation: -###### Install [io.js](https://iojs.org/en/index.html) (Latest Stable Release) +###### Install [io.js](https://iojs.org/en/index.html) ###### Install all dependencies $ npm install ###### Run the server locally diff --git a/package.json b/package.json index 6732132..a3b762d 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "VITacademics", - "version": "0.17.0", + "version": "0.16.0", "description": "VITacademics API Server", - "homepage": "https://vitacademics-dev.herokuapp.com/", + "homepage": "https://vitacademics-rel.herokuapp.com/", "bugs": { "url": "https://github.com/aneesh-neelam/VITacademics/issues", "email": "neelam.aneesh@gmail.com"