Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
TakWolf committed Jan 4, 2024
1 parent b40f08d commit 0f5c1d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions assets/glyphs/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sha": "a7cdf1ac8c8e4b5b1536cac99055869cee1d5258",
"version": "2023.11.26",
"version_url": "https://github.com/TakWolf/ark-pixel-font/tree/2023.11.26",
"asset_url": "https://github.com/TakWolf/ark-pixel-font/archive/a7cdf1ac8c8e4b5b1536cac99055869cee1d5258.zip"
"sha": "066fb6b331d1993f22028971057c9883e05372ba",
"version": "feature/patch",
"version_url": "https://github.com/TakWolf/ark-pixel-font/tree/feature/patch",
"asset_url": "https://github.com/TakWolf/ark-pixel-font/archive/066fb6b331d1993f22028971057c9883e05372ba.zip"
}
4 changes: 2 additions & 2 deletions scripts/configs/ark_pixel_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ class SourceType(StrEnum):


repository_name = 'TakWolf/ark-pixel-font'
source_type = SourceType.TAG
source_name = None
source_type = SourceType.BRANCH
source_name = 'feature/patch'

0 comments on commit 0f5c1d5

Please sign in to comment.