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.02.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NTBBloodbath committed May 2, 2021
1 parent 7e89e91 commit 39f149e
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.0'
DoomNvimVersion='2.1.1'
# 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.0/patched-fonts/FiraCode/Regular/complete/${1// /%20}"
url="https://github.com/ryanoasis/nerd-fonts/raw/2.1.1/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.0'
Doom_version = '2.1.1'

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

0 comments on commit 39f149e

Please sign in to comment.