Skip to content

Commit

Permalink
Bump version from 2.1.1 to 2.1.3, fml
Browse files Browse the repository at this point in the history
  • Loading branch information
SenZmaKi committed Feb 24, 2024
1 parent fdda8c4 commit 44bfbf7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "senpwai"
version = "2.1.2"
version = "2.1.3"
description = "A desktop app for tracking and batch downloading anime"
authors = ["SenZmaKi <[email protected]>"]
license = "GPL v3"
Expand Down
2 changes: 1 addition & 1 deletion senpwai/utils/static.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

APP_NAME = "Senpwai"
APP_NAME_LOWER = APP_NAME.lower()
VERSION = "2.1.1"
VERSION = "2.1.3"
DESCRIPTION = "A desktop app for tracking and batch downloading anime"

IS_PIP_INSTALL = False
Expand Down
4 changes: 2 additions & 2 deletions 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 "Senpwai"
#define MyAppVersion "2.1.2"
#define MyAppVersion "2.1.3"
#define MyAppPublisher "AkatsuKi Inc."
#define MyAppURL "https://github.com/SenZmaKi/Senpwai"
#define MyAppExeName "Senpwai.exe"
Expand All @@ -14,7 +14,7 @@
AppId={{B1AC746D-A6F0-44EF-B812-0D93F4571B51}}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
VersionInfoVersion=2.1.2
VersionInfoVersion=2.1.3
;AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
Expand Down
4 changes: 2 additions & 2 deletions setup_senpcli.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 "Senpcli"
#define MyAppVersion "2.1.2"
#define MyAppVersion "2.1.3"
#define MyAppPublisher "AkatsuKi Inc."
#define MyAppURL "https://github.com/SenZmaKi/Senpwai"
#define MyAppExeName "Senpcli.exe"
Expand All @@ -14,7 +14,7 @@
AppId={{7D4A0DD5-EACB-4593-81FC-325FCFF05BB6}}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
VersionInfoVersion=2.1.2
VersionInfoVersion=2.1.3
;AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
Expand Down

0 comments on commit 44bfbf7

Please sign in to comment.