Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kwinso committed Sep 3, 2022
1 parent 9aa2508 commit 1496ecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GREEN='\033[0;32m'
PURPLE='\033[0;35m'
NC='\033[0m' # No Color

TAG="v1.3.0"
TAG="v1.3.1"

function download_config() {
mkdir -p ~/.config/themer
Expand Down
2 changes: 1 addition & 1 deletion src/updates.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use crate::{
block::BlockGenerator,
config::{BlockConfig, Config, FileConfig, TaggedConfig},
config::{BlockConfig, Config, FileConfig},
utils::expand_tilde,
};
use colored::Colorize;
Expand Down

0 comments on commit 1496ecb

Please sign in to comment.