Skip to content

Commit

Permalink
Final commit v1.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ElPumpo committed Jan 26, 2023
1 parent 2cb7c8f commit 2e6f71b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [1.16.2] - 2023-01-26
### Fixed
- Release notes without an image tag caused a NullReferenceException when retrieving GPU information. See issue #151

Expand Down
4 changes: 2 additions & 2 deletions TinyNvidiaUpdateChecker/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
// Minor Version
// Patch
// Following the Semantic Versioning 2.0.0 standard; see http://semver.org/spec/v2.0.0.html.
[assembly: AssemblyVersion("1.16.1")]
[assembly: AssemblyFileVersion("1.16.1")]
[assembly: AssemblyVersion("1.16.2")]
[assembly: AssemblyFileVersion("1.16.2")]

0 comments on commit 2e6f71b

Please sign in to comment.