Skip to content

Commit

Permalink
CHANGES VERSION 1.4.5
Browse files Browse the repository at this point in the history
UPDATE: Add new WAS dependency Vast Player.
FIX: Update to latest angular libs.
UPDATE: Remove old sw precache config.
  • Loading branch information
wickeym committed Mar 28, 2018
1 parent 8f02f81 commit e0c4b4e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"core-js": "^2.4.1",
"hammerjs": "^2.0.8",
"howler": "^2.0.7",
"idb-keyval": "^2.3.0",
"rxjs": "^5.5.7",
"idb-keyval": "^3.0.2",
"rxjs": "^5.5.8",
"swiper": "3.4.2",
"web-animations-js": "^2.3.1",
"wickeyappstore": "^2.0.1",
"wickeyappstore": "^2.1.1",
"zone.js": "^0.8.20"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { Howl } from 'howler';
export class AppComponent {
public title = 'Air Horn';
public version = '1.4.5';
public whats_new = 'Now using Material. Updated to latest WAS. Updated Icon';
public whats_new = 'Update to latest WAS menu button, showcase new features.';
private oneSignal: any;
private oneSignalInited = false;
private sound = new Howl({
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2803,9 +2803,9 @@ iconv-lite@0.4.19:
version "0.4.19"
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.19.tgz#f7468f60135f5e5dad3399c0a81be9a1603a082b"

idb-keyval@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/idb-keyval/-/idb-keyval-2.3.0.tgz#4d444b80c3f86fcbcd51321b4dcbc9247c5948c0"
idb-keyval@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/idb-keyval/-/idb-keyval-3.0.2.tgz#54d49cb6b7d50d7b60a9cf7e25409c9bbdcf29fa"

ieee754@^1.1.4:
version "1.1.8"
Expand Down Expand Up @@ -4919,9 +4919,9 @@ rxjs@^5.5.6:
dependencies:
symbol-observable "1.0.1"

rxjs@^5.5.7:
version "5.5.7"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.5.7.tgz#afb3d1642b069b2fbf203903d6501d1acb4cda27"
rxjs@^5.5.8:
version "5.5.8"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.5.8.tgz#b2b0809a57614ad6254c03d7446dea0d83ca3791"
dependencies:
symbol-observable "1.0.1"

Expand Down Expand Up @@ -6186,9 +6186,9 @@ which@1, which@^1.2.1, which@^1.2.9:
dependencies:
isexe "^2.0.0"

wickeyappstore@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/wickeyappstore/-/wickeyappstore-2.0.1.tgz#f20eb718a41b138fa6af1f46f873be8957f02bd7"
wickeyappstore@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/wickeyappstore/-/wickeyappstore-2.1.1.tgz#f236de084d367f381a4cddead4cca6f61f961849"

wide-align@^1.1.0:
version "1.1.2"
Expand Down

0 comments on commit e0c4b4e

Please sign in to comment.