Skip to content

Commit

Permalink
Merge pull request #561 from lem-project/release-v1.9.2
Browse files Browse the repository at this point in the history
v1.9.2
  • Loading branch information
cxxxr authored Dec 3, 2021
2 parents 1ab459a + eacc71f commit 7febdec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([lem],[1.9])
AC_INIT([lem],[1.9.2])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_FILES([Makefile contrib/Makefile scripts/gen-contrib/Makefile])

Expand Down
2 changes: 1 addition & 1 deletion lem.asd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(defsystem "lem"
:version "1.9"
:version "1.9.2"
:depends-on ("lem-core"
"lem-vi-mode"
"lem-lisp-mode"
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": "lem",
"version": "1.9.0",
"version": "1.9.2",
"description": "lem frontend",
"main": "frontends/electron/index.js",
"scripts": {
Expand Down

0 comments on commit 7febdec

Please sign in to comment.