Skip to content

Commit

Permalink
Merge pull request #30 from mistweaverco/feat/bump-version
Browse files Browse the repository at this point in the history
release: bump version
  • Loading branch information
gorillamoe authored Jul 4, 2024
2 parents b02c635 + 16f9f7e commit 9ebea0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# kulala.nvim <small>1.3.0</small>
# kulala.nvim <small>1.4.0</small>

> A minimal 🤏 HTTP-client 🐼 interface 🖥️ for Neovim ❤️.
Expand Down
2 changes: 1 addition & 1 deletion lua/kulala/globals/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local FS = require("kulala.utils.fs")

local M = {}

M.VERSION = "1.3.0"
M.VERSION = "1.4.0"
M.UI_ID = "kulala://ui"
M.HEADERS_FILE = FS.get_plugin_tmp_dir() .. "/headers.txt"
M.BODY_FILE = FS.get_plugin_tmp_dir() .. "/body.txt"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kulala.nvim",
"version": "1.3.0",
"version": "1.4.0",
"scripts": {
"docs": "docsify serve docs"
},
Expand Down

0 comments on commit 9ebea0d

Please sign in to comment.