Skip to content

Commit

Permalink
prepare next release (v0.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Judro committed Dec 28, 2022
1 parent 7eaab23 commit 5a0b21a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SRCS =$(wildcard src/*.c)
OBJS = $(patsubst src/%.c, obj/%.o, $(SRCS))
CC = clang
CC = gcc
FLAGS = -Wall -O2
LFLAGS = -lncursesw
BIN = bin/mines
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</div>

## Installation
install the deb file: [mines_0.3.1_amd64.deb](https://github.com/Judro/mines/releases/download/v0.3.1/mines_0.3.1_amd64.deb)
install the deb file: [mines_0.4.0_amd64.deb](https://github.com/Judro/mines/releases/download/v0.4.0/mines_0.4.0_amd64.deb)

## Controls
- Movement: `hjkl or ←↓↑→`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: mines
Version: 0.3.1
Version: 0.4
Architecture: amd64
Depends: libc6 (>= 2.34), libncurses6 (>= 6), libtinfo6 (>= 6)
Maintainer: Judro
Expand Down

0 comments on commit 5a0b21a

Please sign in to comment.