Skip to content

Commit

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

### Fixed

- Missing R18.dev in `Get-JVUrlLocation`
- Fixed DMM sample video for VR searches
- Fixed UpdateModule's URL location to the new url link
- Removed apostrophe from being replaced (#351)
- Updated `SetOwned` for Javlibrary

## [2.5.14]

### 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.14'
ModuleVersion = '2.5.15'

# 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.14-1'
$cache:guiVersion = '2.5.15-1'

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

0 comments on commit 9c213f5

Please sign in to comment.