Skip to content

Commit 9f17b82

Browse files
committed
v2.0.0
1 parent 864207b commit 9f17b82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([lem],[1.10.0])
1+
AC_INIT([lem],[2.0.0])
22
AM_INIT_AUTOMAKE([foreign])
33
AC_CONFIG_FILES([Makefile contrib/Makefile scripts/gen-contrib/Makefile])
44

lem.asd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(defsystem "lem"
2-
:version "1.10.0"
2+
:version "2.0.0"
33
:depends-on ("alexandria"
44
"trivial-gray-streams"
55
"trivial-types"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lem",
3-
"version": "1.10.0",
3+
"version": "2.0.0",
44
"description": "lem frontend",
55
"main": "frontends/electron/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)