diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bbd031..d8d4e35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [0.3.3] - 2020-08-03 ### Fixed * Error with selected files in a subdirectory (issue #1) diff --git a/Cask b/Cask index 55439cc..a6232b1 100644 --- a/Cask +++ b/Cask @@ -3,7 +3,7 @@ (package "sxiv.el" - "0.3.1" + "0.3.3" "Run the Simple X Image Viewer") (depends-on "dash" "2.16.0") diff --git a/sxiv.el b/sxiv.el index bedacc7..06ddac7 100644 --- a/sxiv.el +++ b/sxiv.el @@ -5,7 +5,7 @@ ;; Keywords: multimedia ;; Homepage: https://gitlab.com/contrapunctus/sxiv.el ;; Package-Requires: ((dash "2.16.0") (emacs "25.1")) -;; Version: 0.3.1 +;; Version: 0.3.3 ;; This is free and unencumbered software released into the public domain. ;;