Apply Version Updates From Current Changes (#772)

Co-authored-by: lucasfernog <lucas@tauri.studio>
This commit is contained in:
github-actions[bot] 2020-07-08 18:46:35 -03:00 committed by GitHub
parent 39d264db92
commit 460ac25269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
"tauri-bundler": patch
---
Fixes the unbound variable issue on the DMG bundler script.

View File

@ -1,5 +1,9 @@
# Changelog
## [0.8.3]
- Fixes the unbound variable issue on the DMG bundler script.
## [0.8.2]
- Fixes the AppImage bundler script.

View File

@ -2,7 +2,7 @@ workspace = { }
[package]
name = "tauri-bundler"
version = "0.8.2"
version = "0.8.3"
authors = [
"George Burton <burtonageo@gmail.com>",
"Lucas Fernandes Gonçalves Nogueira <lucas@tauri.studio>",