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 Sep 9, 2022
1 parent d53c14b commit a040bed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. This change

== Unreleased (dev)

== 3.12.3144 (2022-09-09)

// {{{
=== Added

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.11.3086
Version: 3.12.3144
Author : Masashi Iizuka <liquidz.uo+vim@gmail.com>
License: MIT LICENSE

Expand Down
4 changes: 2 additions & 2 deletions ftplugin/clojure.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ endif
let g:loaded_vim_iced = 1

let s:iced_major = 3
let s:iced_minor = 11
let s:iced_patch = 3086
let s:iced_minor = 12
let s:iced_patch = 3144
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 a040bed

Please sign in to comment.