Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 0565139

Browse files
release: remote v1.0.0-alpha.12
1 parent 5017ad4 commit 0565139

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

remote/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="1.0.0-alpha.12"></a>
2+
# 1.0.0-alpha.12 (2019-06-06)
3+
4+
### Libs
5+
6+
* update DeckDeckGo core
7+
18
<a name="1.0.0-alpha.11"></a>
29
# 1.0.0-alpha.11 (2019-06-04)
310

remote/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deckdeckgo-app",
3-
"version": "1.0.0-alpha.11",
3+
"version": "1.0.0-alpha.12",
44
"author": "David Dal Busco",
55
"description": "Present and interact with your lightweight DeckDeckGo's presentation",
66
"license": "AGPL-3.0-or-later",

remote/src/app/pages/app-about/app-about.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class AppAbout {
3838
</a>
3939
</div>
4040

41-
<p class="ion-padding-top">DeckDeckGo is developed by <a href="https://twitter.com/daviddalbusco">David Dal Busco</a> and <a href="https://twitter.com/nasmattia">Nicolas Mattia</a> - v1.0.0-alpha.10</p>
41+
<p class="ion-padding-top">DeckDeckGo is developed by <a href="https://twitter.com/daviddalbusco">David Dal Busco</a> and <a href="https://twitter.com/nasmattia">Nicolas Mattia</a> - v1.0.0-alpha.12</p>
4242

4343
</ion-content>
4444
];

0 commit comments

Comments
 (0)