We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db8f49b commit a1de483Copy full SHA for a1de483
DESCRIPTION
@@ -1,8 +1,8 @@
1
Package: vueR
2
Type: Package
3
Title: 'Vuejs' Helpers and 'Htmlwidget'
4
-Version: 0.3.0
5
-Date: 2017-07-13
+Version: 0.4.0
+Date: 2017-10-10
6
Authors@R: c(
7
person(
8
"Evan","You"
NEWS.md
@@ -1,3 +1,7 @@
+# vueR 0.4.0
+
+* Updated to Vue [2.4.4](https://github.com/vuejs/vue/releases/tag/v2.4.4)
# vueR 0.3.0
* Added a `NEWS.md` file to track changes to the package.
R/meta.R
@@ -1,2 +1,2 @@
#'@keywords internal
-vue_version <- function(){'2.4.1'}
+vue_version <- function(){'2.4.4'}
0 commit comments