We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73eac3 commit c936f51Copy full SHA for c936f51
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "xpquiz.github.io",
3
- "version": "1.0.0",
+ "version": "1.1.0",
4
"scripts": {
5
"ng": "ng",
6
"start": "ng serve",
src/app/about-window/about-window.component.html
@@ -1,7 +1,7 @@
<div class="window">
<app-window-title-bar iconPath="about.png" title="About XPQuiz"></app-window-title-bar>
<div class="window-body">
- <label><b>XPQuiz</b> - Version 1.0.1</label>
+ <label><b>XPQuiz</b> - Version 1.1.0</label>
<label class="main">Created by <b><a href="https://isahann.github.io">Isahann Hanacleto</a></b></label>
7
<label>Source code at <b><a href="https://github.com/xpquiz/xpquiz.github.io">GitHub</a></b></label>
0 commit comments