Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
all: bump version 2.1.32.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NTBBloodbath committed May 3, 2021
1 parent b6985f8 commit 706c62b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ BYellow='\033[1;33m' # Yellow
# }}}

# Doom Nvim version
DoomNvimVersion='2.1.3'
DoomNvimVersion='2.1.4'
# System OS
System="$(uname -s)"

Expand Down Expand Up @@ -219,7 +219,7 @@ install_fonts() {

download_font() {
# Download patched Nerd Fonts
url="https://github.com/ryanoasis/nerd-fonts/raw/2.1.3/patched-fonts/FiraCode/Regular/complete/${1// /%20}"
url="https://github.com/ryanoasis/nerd-fonts/raw/2.1.4/patched-fonts/FiraCode/Regular/complete/${1// /%20}"
download_path="$HOME/.local/share/fonts/$1"
if [[ -f "$download_path" && ! -s "$download_path" ]]; then
rm "$download_path"
Expand Down
2 changes: 1 addition & 1 deletion lua/doom/config/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- License: MIT --
---[[---------------------------------------]]---
-- Doom Nvim version
Doom_version = '2.1.3'
Doom_version = '2.1.4'

-- Check if running Neovim or Vim and fails if:
-- 1. Running Vim instead of Neovim
Expand Down

0 comments on commit 706c62b

Please sign in to comment.