Skip to content

Commit 04caffa

Browse files
author
donald
committed
bump version
1 parent c9e00ca commit 04caffa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

AnyBox.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ModuleToProcess = 'AnyBox.psm1'
44

55
# Version number of this module.
6-
ModuleVersion = '0.5.0'
6+
ModuleVersion = '0.5.1'
77

88
# Supported PSEditions
99
# CompatiblePSEditions = 'Desktop'
@@ -12,16 +12,16 @@
1212
GUID = '2d4d8fd0-36c3-48e9-b6ac-48df0f9bc7ab'
1313

1414
# Author of this module
15-
Author = 'fresh2dev'
15+
Author = 'Fresh2dev'
1616

1717
# Company or vendor of this module
1818
# CompanyName = 'Unknown'
1919

2020
# Copyright statement for this module
21-
Copyright = '(c) 2022 fresh2.dev'
21+
Copyright = '(c) 2022 Fresh2.dev'
2222

2323
# Description of the functionality provided by this module
24-
Description = 'Designed to facilitate script input/output with an easily customizable WPF window.'
24+
Description = 'The easiest way to develop apps for Windows.'
2525

2626
# Minimum version of the PowerShell engine required by this module
2727
PowerShellVersion = '3.0'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AnyBox
22

3-
> The easiest way to develop simple apps in Windows.
3+
> The easiest way to develop apps for Windows.
44
55
[Read the Docs](https://fresh2.dev/doc/anybox/)

0 commit comments

Comments
 (0)