From 652c9fd67ca4966126177e3a9915a91ab753228b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D1=8F=D1=87=D0=B5=D1=81=D0=BB=D0=B0=D0=B2=20=D0=A2?= =?UTF-8?q?=D0=B8=D1=82=D0=BE=D0=B2?= Date: Tue, 24 Jul 2018 01:33:30 +0300 Subject: [PATCH] Game version update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3f29c49..f44f3bc 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ include $(DEVKITPRO)/libnx/switch_rules #--------------------------------------------------------------------------------- APP_TITLE := Minesweeper APP_AUTHOR := Rincew1nd -APP_VERSION := 1.1.0 +APP_VERSION := 2.0.0 ICON := icon.jpg TARGET := $(notdir $(CURDIR)) BUILD := build