Skip to content

Commit

Permalink
chore: bump version to v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pwall2222 authored and github-actions[bot] committed Nov 21, 2023
1 parent 93166d4 commit 680d461
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NOWT.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[Setup]
#define MyAppSetupName 'NOWT'
#define MyAppVersion '1.1.2'
#define MyAppVersion '1.1.3'
#define MyAppPublisher 'PWall'
#define MyAppCopyright 'Soneliem & PWall'
#define MyAppURL 'https://github.com/pwall2222/NOWT'
Expand Down
4 changes: 2 additions & 2 deletions NOWT/NOWT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<TargetFramework>net6.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<ApplicationIcon>logo.ico</ApplicationIcon>
<Version>1.1.2</Version>
<Version>1.1.3</Version>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
<StartupObject>NOWT.App</StartupObject>
<Description>A Windows app to view player ranks and stats in a live Valorant Match</Description>
Expand All @@ -32,7 +32,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryType>git</RepositoryType>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.1.2</FileVersion>
<FileVersion>1.1.3</FileVersion>
<Platforms>AnyCPU</Platforms>
<Nullable>annotations</Nullable>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion NOWT/VersionInfo.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<item>
<version>1.1.2</version>
<version>1.1.3</version>
<url>https://github.com/pwall2222/NOWT/releases/latest/download/NOWT-Installer.exe</url>
<changelog>https://github.com/pwall2222/NOWT/releases/latest</changelog>
<mandatory>false</mandatory>
Expand Down

0 comments on commit 680d461

Please sign in to comment.