Skip to content

Commit

Permalink
Update for release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 24, 2023
1 parent eba80be commit 58e58f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
All notable changes to this project will be documented in this file. This change log follows the conventions of http://keepachangelog.com/[keepachangelog.com].

== Unreleased (dev)

== 3.14.3240 (2023-06-24)
// {{{
=== Fixed
* https://github.com/liquidz/vim-iced/issues/461[#461]: Fixed `IcedSourceShow` and `IcedSourcePopupShow` to work correctly on Neovim.
Expand Down
2 changes: 1 addition & 1 deletion doc/vim-iced.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*vim-iced.txt* Clojure interactive development environment for Vim8/Neovim

Version: 3.14.3233
Version: 3.14.3240
Author : Masashi Iizuka <[email protected]>
License: MIT LICENSE

Expand Down
2 changes: 1 addition & 1 deletion ftplugin/clojure.vim
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let g:loaded_vim_iced = 1

let s:iced_major = 3
let s:iced_minor = 14
let s:iced_patch = 3233
let s:iced_patch = 3240
let g:vim_iced_version = s:iced_major * 1000000 + s:iced_minor * 10000 + s:iced_patch

let g:vim_iced_home = expand('<sfile>:p:h:h')
Expand Down

0 comments on commit 58e58f0

Please sign in to comment.