diff --git a/src/changelog.html b/src/changelog.html index 545e8a1..c9ece1d 100644 --- a/src/changelog.html +++ b/src/changelog.html @@ -18,6 +18,7 @@
  • Bugfix - Add Babel Polyfill to enable use of next-gen built-ins like Promise or WeakMap.
  • +
  • Vue.js version updated to 2.4.0 in popular library list.
  • Downloads permission is optional. Asked only when you take screenshot.
  • 🚀 Announcement: Web Maker has a chat lobby on Gitter now - incase you need any help or just want to say Hi!
  • diff --git a/src/library-list.js b/src/library-list.js index 05678a0..177433c 100644 --- a/src/library-list.js +++ b/src/library-list.js @@ -37,7 +37,7 @@ window.jsLibs = [ type: 'js' }, { - url: 'https://unpkg.com/vue@2.3.3/dist/vue.min.js', + url: 'https://unpkg.com/vue@2.4.0/dist/vue.min.js', label: 'Vue.js', type: 'js' },