Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oltolm committed Nov 13, 2022
1 parent 946a399 commit c40701f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dxvk_cache_tool.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.3.0"
version = "0.4.0"
author = "oltolm"
description = "Tool for merging dxvk-cache files"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion release.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo off
setlocal
set VERSION=0.3.0
set VERSION=0.4.0
7za.exe a dxvk_cache_tool-%VERSION%.zip dxvk_cache_tool.exe
2 changes: 1 addition & 1 deletion src/dxvk_cache_tool.nim
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import strutils
import tables
import parseopt

const Version = "0.3.0"
const Version = "0.4.0"

const HashSize = 20

Expand Down

0 comments on commit c40701f

Please sign in to comment.