Skip to content

Commit

Permalink
Update module version and copyright notice in PSWeave.psd1
Browse files Browse the repository at this point in the history
  • Loading branch information
dfinke committed Apr 21, 2024
1 parent e1a664b commit 8785b9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PSWeave.psd1
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
@{
RootModule = 'PSWeave.psm1'
ModuleVersion = '0.2.5'
ModuleVersion = '0.3.0'
GUID = '5fc57b3b-8500-40be-ac8f-1afe13d72244'
Author = 'Douglas Finke'
CompanyName = 'Doug Finke'
Copyright = 'c 2024 All rights reserved.'
Copyright = '© 2024 All rights reserved.'

Description = @'
PowerShell module that innovates automation with AI to make you more productive
'@

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(
@{ModuleName = 'PowerShellAIAssistant'; ModuleVersion = "0.1.0" ; GUID = "23da7dfe-f77e-4ca6-8b69-5e69603a73ca" }
@{ModuleName = 'PSAI'; ModuleVersion = "0.1.0" ; GUID = "68662d19-a8f1-484f-b1b7-3bf0e8a436df" }
)

FunctionsToExport = @(
Expand Down

0 comments on commit 8785b9d

Please sign in to comment.