Skip to content

Commit

Permalink
- bump version 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyusung4698 committed Jul 28, 2020
1 parent a094f22 commit f6ea631
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 29 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"meta": {
"name": "PoE Overlay",
"author": "Kyusung4698",
"version": "1.0.8",
"version": "1.0.9",
"minimum-overwolf-version": "0.147.0",
"description": "Search the market and send trade offers. Get current market values for your item. View insights for maps and items.",
"dock_button_title": "PoE Overlay",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poe-overlay-overwolf",
"version": "1.0.8",
"version": "1.0.9",
"scripts": {
"watch": "ng build --watch",
"watch:prod": "ng build --watch --prod",
Expand Down
2 changes: 1 addition & 1 deletion src/app/data/poe-ninja/service/overview-http.service.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { TradeLeaguesHttpLeague } from '@data/poe/schema';

export abstract class OverviewHttpService {
protected getLeaguePath(leagueId: string): string {
public getLeaguePath(leagueId: string): string {
switch (leagueId) {
case TradeLeaguesHttpLeague.Standard:
return 'standard';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { TranslateFakeLoader, TranslateLoader, TranslateModule } from '@ngx-translate/core';
import { CommonModule } from '@shared/module/common/common.module';
import { MarketListingStatusComponent } from './market-listing-status.component';


Expand All @@ -16,7 +17,8 @@ describe('MarketListingStatusComponent', () => {
provide: TranslateLoader,
useFactory: () => new TranslateFakeLoader()
}
})
}),
CommonModule
]
})
.compileComponents();
Expand Down

This file was deleted.

0 comments on commit f6ea631

Please sign in to comment.