branch: externals/crdt commit 480f60fdda9e40848920fa460b59dfba23fa06e5 Author: Qiantan Hong <qh...@alum.mit.edu> Commit: Qiantan Hong <qh...@alum.mit.edu>
v0.3.3 --- crdt.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crdt.el b/crdt.el index 5eda16465a..6fcdf32321 100644 --- a/crdt.el +++ b/crdt.el @@ -6,7 +6,7 @@ ;; Maintainer: Qiantan Hong <qh...@alum.mit.edu> ;; URL: https://code.librehq.com/qhong/crdt.el ;; Keywords: collaboration crdt -;; Version: 0.3.2 +;; Version: 0.3.3 ;; This file is part of GNU Emacs. @@ -38,7 +38,7 @@ (require 'nadvice) (require 'gnutls) -(defconst crdt-version "0.3.2") +(defconst crdt-version "0.3.3") (defconst crdt-protocol-version "0.3.0") (defun crdt-version (&optional message)