Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbarclay committed May 4, 2024
1 parent 7677125 commit 5342f7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ version:
download:
ifeq (,$(wildcard $(HOME)/.emacs.d/parinfer-rust/parinfer-rust-$(OS).so))
mkdir -p $(HOME)/.emacs.d/parinfer-rust
curl -L "https://github.com/justinbarclay/parinfer-rust-emacs/releases/download/v0.4.6-beta2/parinfer-rust-$(OS).so" -o "$(HOME)/.emacs.d/parinfer-rust/parinfer-rust-$(OS).so"
curl -L "https://github.com/justinbarclay/parinfer-rust-emacs/releases/download/v0.4.6/parinfer-rust-$(OS).so" -o "$(HOME)/.emacs.d/parinfer-rust/parinfer-rust-$(OS).so"
endif

test: clean elpa version download build
Expand Down
2 changes: 1 addition & 1 deletion parinfer-rust-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@

;; 3. Run parinfer-rust and update the state of the buffer accordingly

(defconst parinfer-rust-supported-versions '("0.4.6-beta2")
(defconst parinfer-rust-supported-versions '("0.4.6")
"The Supported versions of the parinfer-rust library.
Versions of the library that `parinfer-rust-mode' was tested
Expand Down

0 comments on commit 5342f7d

Please sign in to comment.