Skip to content

Commit 6415635

Browse files
committed
Update slides version
1 parent be84912 commit 6415635

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Versioning info:
66
- second number indicates a week (1 for the first week)
77
- third number indicates minor changes, such as hotfixes and updates
88

9+
## [6.2.4] - 2024-04-09
10+
### Changed
11+
- Slides version
12+
913
## [6.2.3] - 2024-04-01
1014
### Added
1115
- Readjusted courses section

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aphgames-web",
3-
"version": "6.2.3",
3+
"version": "6.2.4",
44
"license": "BSD",
55
"scripts": {
66
"start": "docusaurus start",

web.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ module.exports = {
1212
gallery_url: 'https://gallery.aphgames.io', // same for both versions
1313
examples_version: '6.4.0',
1414
slides_url: 'https://github.com/APHGames/slides',
15-
slides_version: '6.14.2',
15+
slides_version: '6.15.0',
1616
tiscali_url: 'https://raw.githubusercontent.com/APHGames/support/main/scripts/scripts/tiscali-grabber/data_filtered.json'
1717
};

0 commit comments

Comments
 (0)