Skip to content

Commit 80bd288

Browse files
🩹 [Patch]: Update required version of Fonts module to 1.1.19 (#45)
## Description This pull request includes a small version update in the `Install-GoogleFont` script. The required version of the `Fonts` module has been updated from `1.1.18` to `1.1.19`. ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] 📖 [Docs] - [ ] 🪲 [Fix] - [x] 🩹 [Patch] - [ ] ⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
1 parent 8c8340e commit 80bd288

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/functions/public/Install-GoogleFont.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Requires -Modules @{ ModuleName = 'Fonts'; RequiredVersion = '1.1.18' }
1+
#Requires -Modules @{ ModuleName = 'Fonts'; RequiredVersion = '1.1.19' }
22

33
function Install-GoogleFont {
44
<#

0 commit comments

Comments
 (0)