diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index f4f8fdbb..73fa8868 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -299,7 +299,7 @@ https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.15.1/theme-chalk/fonts/eleme https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.15.1/theme-chalk/index.min.css https://cdnjs.cloudflare.com/ajax/libs/ember.js/1.13.13/ember.debug.js https://cdnjs.cloudflare.com/ajax/libs/ember.js/2.18.2/ember.debug.js -https://cdnjs.cloudflare.com/ajax/libs/ember.js/3.26.0/ember.debug.js +https://cdnjs.cloudflare.com/ajax/libs/ember.js/3.26.1/ember.debug.js https://cdnjs.cloudflare.com/ajax/libs/ext-core/3.1.0/ext-core.js https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/helpers/jquery.fancybox-media.js https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 157034cf..a8470b8b 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -233,7 +233,7 @@ targets.setLastVersion = function (type, version) { } else if (type.startsWith('/ember.js/2.')) { return '2.18.2'; } else if (type.startsWith('/ember.js/3.')) { - return '3.26.0'; + return '3.26.1'; } else if (type.startsWith('/ethjs')) { return '0.3.4'; } else if (type.startsWith('/ext-core/3.')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 08599576..9dc916ec 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -39,7 +39,7 @@