Skip to content

Commit

Permalink
Merge branch 'unstable'
Browse files Browse the repository at this point in the history
  • Loading branch information
mki1967 committed Jun 27, 2018
2 parents ad6ef9c + 605518c commit 9780629
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ addons:
- xorg-dev
language: go
go:
- 1.6
- "1.6"
- "1.10"
install:
- # Do nothing. This is needed to prevent default install action "go get -t -v ./..." from happening here (we want it to happen inside script step).
script:
- go get -t -v ./...
- diff -u <(echo -n) <(gofmt -d -s .)
- go tool vet .
- go test -v -race ./...
- go test -v -race ./...
1 change: 1 addition & 0 deletions assets/stages/electro-snail-stage.mki3d

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mki3dgame-snap # you probably want to 'snapcraft register <name>'
version: '1.12' # just for humans, typically '1.2+git' or '1.3.2'
version: '1.13' # just for humans, typically '1.2+git' or '1.3.2'
summary: A game of finding tokens in 3D stages among the flying monsters. # 79 char long summary
description: |
Find and collect tokens in 3D stages and avoid being captured by the monsters.
Expand Down
7 changes: 6 additions & 1 deletion usr/share/metainfo/io.github.mki1967.mki3dgame.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</p>
<p>
The stages, monsters and tokens are
designned with MKI3D RAPID MODELLER.
designed with MKI3D RAPID MODELLER.
</p>
</description>
<url type="homepage">https://mki1967.github.io/mki3dgame</url>
Expand All @@ -33,6 +33,11 @@
<binary>io.github.mki1967.mki3dgame</binary>
</provides>
<releases>
<release version="1.13" date="2018-06-27">
<description>
<p>new stage: electro-snail-stage</p>
</description>
</release>
<release version="1.12" date="2018-03-05">
<description>
<p>fancy random coloured sky-box</p>
Expand Down

0 comments on commit 9780629

Please sign in to comment.