Skip to content

Commit 81f64f2

Browse files
committed
updated dependencies and snapcraft core changed to core24
1 parent 79256b1 commit 81f64f2

File tree

6 files changed

+1443
-948
lines changed

6 files changed

+1443
-948
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
[![sudoku-magic](https://snapcraft.io/sudoku-magic/badge.svg)](https://snapcraft.io/sudoku-magic)
44
[![sudoku-magic](https://snapcraft.io/sudoku-magic/trending.svg?name=0)](https://snapcraft.io/sudoku-magic)
5-
[![publish](https://github.com/silentdusk/sudoku-magic/actions/workflows/publish.yml/badge.svg)](https://github.com/silentdusk/sudoku-magic/actions/workflows/publish.yml)
5+
[![publish](https://github.com/drizzlebit/sudoku-magic/actions/workflows/publish.yml/badge.svg)](https://github.com/drizzlebit/sudoku-magic/actions/workflows/publish.yml)
66

77
[![Get it from the Snap Store](https://snapcraft.io/en/light/install.svg)](https://snapcraft.io/sudoku-magic)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sudoku-magic",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "",
55
"type": "module",
66
"scripts": {
@@ -32,4 +32,4 @@
3232
"typescript": "^5.0.0",
3333
"vite": "^5.0.3"
3434
}
35-
}
35+
}

snapcraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: sudoku-magic
2-
base: core22
3-
version: "0.2.2"
2+
base: core24
3+
version: "0.2.3"
44
summary: Sudoku Game
55
description: |
66
Sudoku Game

0 commit comments

Comments
 (0)