Skip to content

Commit 838f34d

Browse files
authored
feat: v3.7.1 (#185)
1 parent c67766d commit 838f34d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

data/dev.geopjr.Collision.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
},
4848
"build-commands": [
4949
"for i in ./lib/*/; do ln -snf \"..\" \"$i/lib\"; done",
50-
"cd lib/blake3/blake3c && make -f ../build/Makefile && cd ../../..",
5150
"cd lib/gi-crystal && crystal build src/generator/main.cr && cd ../.. && mkdir ./bin && cp lib/gi-crystal/main ./bin/gi-crystal",
5251
"./bin/gi-crystal",
5352
"crystal spec -Dpreview_mt --order random || exit 1",

data/dev.geopjr.Collision.metainfo.xml.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@
4444
</screenshot>
4545
</screenshots>
4646
<releases>
47+
<release version="3.7.1" date="2024-01-24">
48+
<description translatable="no">
49+
<ul>
50+
<li>Updated translations</li>
51+
</ul>
52+
</description>
53+
</release>
4754
<release version="3.7.0" date="2024-01-02">
4855
<description translatable="no">
4956
<ul>

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: collision
2-
version: 3.7.0
2+
version: 3.7.1
33

44
authors:
55
- GeopJr <[email protected]>

0 commit comments

Comments
 (0)