Skip to content

Commit

Permalink
feat: v3.7.1 (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr committed Jan 24, 2024
1 parent c67766d commit 838f34d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 0 additions & 1 deletion data/dev.geopjr.Collision.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
},
"build-commands": [
"for i in ./lib/*/; do ln -snf \"..\" \"$i/lib\"; done",
"cd lib/blake3/blake3c && make -f ../build/Makefile && cd ../../..",
"cd lib/gi-crystal && crystal build src/generator/main.cr && cd ../.. && mkdir ./bin && cp lib/gi-crystal/main ./bin/gi-crystal",
"./bin/gi-crystal",
"crystal spec -Dpreview_mt --order random || exit 1",
Expand Down
7 changes: 7 additions & 0 deletions data/dev.geopjr.Collision.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@
</screenshot>
</screenshots>
<releases>
<release version="3.7.1" date="2024-01-24">
<description translatable="no">
<ul>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="3.7.0" date="2024-01-02">
<description translatable="no">
<ul>
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: collision
version: 3.7.0
version: 3.7.1

authors:
- GeopJr <[email protected]>
Expand Down

0 comments on commit 838f34d

Please sign in to comment.