Skip to content

Commit

Permalink
Bump version to 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sabaatworld committed Jan 8, 2022
1 parent c417db1 commit 788b98d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HyperionScreenCap/Installation Files/InstallScript.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 "Hyperion Screen Capture"
#define MyAppVersion "2.8"
#define MyAppVersion "2.9"
#define MyAppPublisher "@sabaatworld"
#define MyAppURL "https://github.com/sabaatworld/HyperionScreenCap"
#define MyAppUpdatesURL "https://github.com/sabaatworld/HyperionScreenCap/releases"
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion HyperionScreenCap/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.8.0.0")]
[assembly: AssemblyVersion("2.9.0.0")]
//[assembly: AssemblyFileVersion("2.0.0.0")] Commented out so that it will be generated automatically

1 comment on commit 788b98d

@exhibitO
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello Sabaat, thanks for creating this great software. I am using this with WLED and Hyperion via DX 11 FLAT BUFFERS, I noticed it keeps getting soft disabled but not sure why. It happens especially when the screensaver on Windows kicks in and it disables capture, I have to manually enable again. Is this limitation with Screep Capture or Hyperion itself? I wish the Start Capture automatically resolves this issue, but it doesnt.

Please sign in to comment.