Change version to 0.9.0

This commit is contained in:
Joe Cheng
2014-03-06 10:19:35 -08:00
parent c9a8ab2389
commit 75c3bf0c2f
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
Package: shiny
Type: Package
Title: Web Application Framework for R
Version: 0.8.0.99
Date: 2013-10-26
Version: 0.9.0
Date: 2014-03-06
Author: RStudio, Inc.
Maintainer: Winston Chang <winston@rstudio.com>
Description: Shiny makes it incredibly easy to build interactive web

2
NEWS
View File

@@ -1,4 +1,4 @@
shiny 0.8.0.99
shiny 0.9.0
--------------------------------------------------------------------------------
* BREAKING CHANGE: Added a `host` parameter to runApp() and runExample(),