diff --git a/configure.ac b/configure.ac index 70c145dca..6c4736287 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/lem.asd b/lem.asd index 8f04a4bda..94bf2e80b 100644 --- a/lem.asd +++ b/lem.asd @@ -1,5 +1,5 @@ (defsystem "lem" - :version "1.9" + :version "1.9.2" :depends-on ("lem-core" "lem-vi-mode" "lem-lisp-mode" diff --git a/package.json b/package.json index a21a1af36..16383f4b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lem", - "version": "1.9.0", + "version": "1.9.2", "description": "lem frontend", "main": "frontends/electron/index.js", "scripts": {