Skip to content

Commit 65b60a2

Browse files
pwall2222github-actions[bot]
authored andcommitted
chore: bump version to v1.1.1
1 parent 943b4e3 commit 65b60a2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

NOWT.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[Setup]
55
#define MyAppSetupName 'NOWT'
6-
#define MyAppVersion '1.1.0'
6+
#define MyAppVersion '1.1.1'
77
#define MyAppPublisher 'PWall'
88
#define MyAppCopyright 'Soneliem & PWall'
99
#define MyAppURL 'https://github.com/pwall2222/NOWT'

NOWT/NOWT.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<TargetFramework>net6.0-windows</TargetFramework>
1717
<UseWPF>true</UseWPF>
1818
<ApplicationIcon>logo.ico</ApplicationIcon>
19-
<Version>1.1.0</Version>
19+
<Version>1.1.1</Version>
2020
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
2121
<StartupObject>NOWT.App</StartupObject>
2222
<Description>A Windows app to view player ranks and stats in a live Valorant Match</Description>
@@ -32,7 +32,7 @@
3232
<PackageReadmeFile>README.md</PackageReadmeFile>
3333
<RepositoryType>git</RepositoryType>
3434
<AssemblyVersion>1.0.0</AssemblyVersion>
35-
<FileVersion>1.1.0</FileVersion>
35+
<FileVersion>1.1.1</FileVersion>
3636
<Platforms>AnyCPU</Platforms>
3737
<Nullable>annotations</Nullable>
3838
</PropertyGroup>

NOWT/VersionInfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<item>
4-
<version>1.1.0</version>
4+
<version>1.1.1</version>
55
<url>https://github.com/pwall2222/NOWT/releases/latest/download/NOWT-Installer.exe</url>
66
<changelog>https://github.com/pwall2222/NOWT/releases/latest</changelog>
77
<mandatory>false</mandatory>

0 commit comments

Comments
 (0)