Skip to content

Commit

Permalink
fix(module: website): fix version map (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisherspy authored Sep 4, 2019
1 parent 61dcc28 commit 3744833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/site/_site/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class AppComponent implements OnInit, AfterViewInit {
kitchenUrl = window.location.origin + '/#/kitchen-sink?lang=zh-CN';
language = 'zh';
versionList = ['0.12.x', '1.0.0-beta.0', '1.0.0-beta.1'];
versionMap = {'0.12.x': '0.12.5', '1.0.0-beta.0': '1.0.0-beta.0', '1.0.0-beta.1': '1.0.0-beta.1'};
versionMap = {'0.12.x': '0.12.5', '1.0.0-beta.0': '1.0.00', '1.0.0-beta.1': '1.0.06'};
currentVersion = '1.0.0-beta.1';
isHomeURL = true;
isKitchenURL = false;
Expand Down

0 comments on commit 3744833

Please sign in to comment.