Skip to content
This repository was archived by the owner on Feb 23, 2025. It is now read-only.

Commit 4af63e0

Browse files
author
github-actions
committed
Update for release [skip ci]
1 parent 16ffb08 commit 4af63e0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
All notable changes to this project will be documented in this file. This change log follows the conventions of http://keepachangelog.com/[keepachangelog.com].
22

33
== Unreleased (dev)
4+
5+
== 3.14.3213 (2023-03-04)
46
// {{{
57
=== Changed
68
* Bumped build.edn to 0.9.203.

doc/vim-iced.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*vim-iced.txt* Clojure interactive development environment for Vim8/Neovim
22

3-
Version: 3.14.3207
3+
Version: 3.14.3213
44
Author : Masashi Iizuka <liquidz.uo+vim@gmail.com>
55
License: MIT LICENSE
66

ftplugin/clojure.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ let g:loaded_vim_iced = 1
55

66
let s:iced_major = 3
77
let s:iced_minor = 14
8-
let s:iced_patch = 3207
8+
let s:iced_patch = 3213
99
let g:vim_iced_version = s:iced_major * 1000000 + s:iced_minor * 10000 + s:iced_patch
1010

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

0 commit comments

Comments
 (0)