Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
schorschii committed Sep 10, 2024
1 parent 6cd7174 commit 94adc23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: oco-client-extension-linux
Version: 1.1.1
Version: 1.1.2
Section: base
Priority: optional
Architecture: all
Expand Down
2 changes: 1 addition & 1 deletion client-extension/installer/windows/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "OCO Client Extension"
#define MyAppVersion "1.1.1"
#define MyAppVersion "1.1.2"
#define MyAppPublisher "Sieber Systems"
#define MyAppURL "https://github.com/schorschii/OCO-Server"
#define MyAppExeName "oco-client-extension-windows.exe"
Expand Down
2 changes: 1 addition & 1 deletion lib/OcoServer.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class OcoServer {

const APP_VERSION = '1.1.1';
const APP_VERSION = '1.1.2';
const APP_RELEASE = '"Supertux"';

const UPDATE_API_URL = 'https://api.github.com/repos/schorschii/oco-server/releases';
Expand Down

0 comments on commit 94adc23

Please sign in to comment.