Skip to content

Commit

Permalink
bump: version 0.3.0 → 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Nov 20, 2023
1 parent 151ccd1 commit 7a81ce8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include(CheckSymbolExists)
include(CheckTypeSize)

cmake_minimum_required(VERSION 3.26 FATAL_ERROR)
set(version 0.3.0)
set(version 0.3.1)
project(
winprefs
DESCRIPTION "Dump a registry path to a series of 'reg add' commands."
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ OUTPUT_DIRECTORY = @CMAKE_CURRENT_BINARY_DIR@/docs
PROJECT_BRIEF = "A registry exporter for programmers."
PROJECT_LOGO =
PROJECT_NAME = @CMAKE_PROJECT_NAME@
PROJECT_NUMBER = v0.3.0
PROJECT_NUMBER = v0.3.1
RECURSIVE = YES
SOURCE_BROWSER = YES
STRIP_CODE_COMMENTS = YES
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![PowerShell Gallery Platform Support](https://img.shields.io/powershellgallery/p/WinPrefs?label=powershell+platforms+supported)](https://www.powershellgallery.com/packages/WinPrefs)
![GitHub tag (with filter)](https://img.shields.io/github/v/tag/Tatsh/winprefs)
![GitHub](https://img.shields.io/github/license/Tatsh/winprefs)
![GitHub commits since latest release (by SemVer including pre-releases)](https://img.shields.io/github/commits-since/Tatsh/winprefs/v0.3.0/master)
![GitHub commits since latest release (by SemVer including pre-releases)](https://img.shields.io/github/commits-since/Tatsh/winprefs/v0.3.1/master)

macOS users: please see [macprefs](https://github.com/Tatsh/macprefs) for an equivalent tool.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
"format": "yarn prettier -w .",
"qa": "yarn check-spelling && yarn check-formatting"
},
"version": "0.3.0"
"version": "0.3.1"
}
2 changes: 1 addition & 1 deletion src/WinPrefs.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
DotNetFrameworkVersion = '6.0'
GUID = '57c33a4f-3d66-422b-8e2b-596231011201'
HelpInfoURI = 'https://github.com/Tatsh/winprefs'
ModuleVersion = '0.3.0'
ModuleVersion = '0.3.1'
PowerShellVersion = '5.1'
ProcessorArchitecture = 'Amd64'
NestedModules = @()
Expand Down

0 comments on commit 7a81ce8

Please sign in to comment.