Skip to content

Commit

Permalink
version 1.0 -> 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vozdeckyl committed May 12, 2024
1 parent 1806a8a commit 6dc631d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)

# set the project name
project(Snake VERSION 1.0)
project(Snake VERSION 1.1)

#set the DEBUG flag if necessary
if(CMAKE_BUILD_TYPE)
Expand Down
4 changes: 2 additions & 2 deletions flatpak/org.flatpak.Shellsnake.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id: org.flatpak.Shellsnake
runtime: org.freedesktop.Platform
runtime-version: '1.0'
runtime-version: '1.1'
sdk: org.freedesktop.Sdk
command: snake
finish-args:
Expand Down Expand Up @@ -32,4 +32,4 @@ modules:
sources:
- type: git
url: https://github.com/vozdeckyl/Snake.git
tag: v1.0
tag: v1.1
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: shellsnake # you probably want to 'snapcraft register <name>'
base: core20 # the base snap is the execution environment for this snap
version: '1.0' # just for humans, typically '1.2+git' or '1.3.2'
version: '1.1' # just for humans, typically '1.2+git' or '1.3.2'
summary: a simple game # 79 char long summary
description: |
A simple terminal based game for Linux.
Expand Down

0 comments on commit 6dc631d

Please sign in to comment.