Skip to content

Commit

Permalink
Merge pull request #478 from RestyaPlatform/dev
Browse files Browse the repository at this point in the history
v0.2.1 version files
  • Loading branch information
S. Sivachidambaram committed Mar 16, 2016
2 parents 483dbf9 + 12bc19a commit 76256b6
Show file tree
Hide file tree
Showing 54 changed files with 5,377 additions and 4,950 deletions.
4 changes: 4 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ module.exports = function(grunt) {
index: {
src: 'client/index.html',
dest: 'client/index.html'
},
api_explorer: {
src: 'api_explorer/index.html',
dest: 'api_explorer/index.html'
}
},
cssmin: {
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ To upgrade, overwrite application files and apply respective DB script:
* v0.1.4 to v0.1.5 - `/sql/upgrade-0.1.4-0.1.5.sql`
* v0.1.5 to v0.1.6 - `/sql/upgrade-0.1.5-0.1.6.sql`
* v0.1.6 to v0.2 - `/sql/upgrade-0.1.6-0.2.sql`
* v0.2 to v0.2.1 - `/sql/upgrade-0.2-0.2.1.sql`

### Forum

Expand Down
Loading

0 comments on commit 76256b6

Please sign in to comment.