Skip to content

Commit

Permalink
Update to 2.5.17
Browse files Browse the repository at this point in the history
  • Loading branch information
seeyabye committed May 15, 2023
1 parent be9a19c commit 3d25207
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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/).

## [2.5.17]

### Fixed

- Fixed an issue with scraping actress on DmmJa for actresses
- Allow continuation of scraping even when some actress thumbnails returned 404.
- Fixed a bug on Invoke-Update

## [2.5.16]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/Javinizer/Javinizer.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

# Version number of this module.

ModuleVersion = '2.5.16'
ModuleVersion = '2.5.17'

# Supported PSEditions
# CompatiblePSEditions = @('Core')
Expand Down
2 changes: 1 addition & 1 deletion src/Javinizer/Universal/Repository/javinizergui.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$cache:guiVersion = '2.5.16-1'
$cache:guiVersion = '2.5.17-1'

# Define Javinizer module file paths
$cache:modulePath = (Get-InstalledModule -Name Javinizer).InstalledLocation
Expand Down

0 comments on commit 3d25207

Please sign in to comment.