Skip to content

Commit 1f2bd10

Browse files
authored
Merge pull request #52 from RefactoringGuru/update-demo-splash-screen
Update demo splash screen.
2 parents 39be84b + 73023dc commit 1f2bd10

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.23.13
2+
- Update demos splash screen logo (Ukraine).
3+
14
## 0.23.12
25
- Add properties bar to "Tool Panel Factory".
36

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: design_patterns_dart
22
description: Dart examples for all classic GoF design patterns.
3-
version: 0.23.12
3+
version: 0.23.13
44
homepage: https://refactoring.guru/design-patterns
55
repository: https://github.com/RefactoringGuru/design-patterns-dart
66
issue_tracker: https://github.com/RefactoringGuru/design-patterns-dart/issue

web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
</head>
6363
<body>
6464
<div class="logo">
65-
<img src="logo-screen.png">
65+
<img src="logo-screen-ukraine.png">
6666
<div class="progress">
6767
<div class="progress-value"></div>
6868
</div>

web/logo-screen-ukraine.png

60.6 KB
Loading

0 commit comments

Comments
 (0)