branch: externals/code-cells
commit fd68a33eb43b3cbd44fed767f48e230382903592
Author: Augusto Stoffel <[email protected]>
Commit: Augusto Stoffel <[email protected]>

    Version 0.3
---
 README.org    | 4 +++-
 code-cells.el | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index bb3445801b..5a3fac2c37 100644
--- a/README.org
+++ b/README.org
@@ -1,7 +1,9 @@
 #+title: code-cells.el --- Lightweight notebooks in Emacs
 
+#+html: <p align="center">
 #+html: <a href="http://elpa.gnu.org/packages/code-cells.html";><img alt="GNU 
ELPA" src="https://elpa.gnu.org/packages/code-cells.svg"/></a>
 #+html: <a href="https://melpa.org/#/code-cells";><img alt="MELPA" 
src="https://melpa.org/packages/code-cells-badge.svg"/></a>
+#+html: </p>
 
 This package lets you efficiently navigate, edit and execute code
 split into cells according to certain magic comments.  If you have
@@ -29,7 +31,7 @@ second style is compatible with Jupytext, among several other 
tools.
 The third is in the spirit of Emacs's outline mode.  Further percent
 signs or asterisks signify nested cells.
 
-*Note.* As of version 0.4, the “outline mode” style heading requires
+*Note.* As of version 0.3, the “outline mode” style heading requires
 /no space/ between the comment character and the asterisk.  The
 previous behavior, which allowed spaces, led to many false positives.
 
diff --git a/code-cells.el b/code-cells.el
index 1444e00ed6..6c2302c0ee 100644
--- a/code-cells.el
+++ b/code-cells.el
@@ -6,7 +6,7 @@
 ;; Keywords: convenience, outlines
 ;; URL: https://github.com/astoff/code-cells.el
 ;; Package-Requires: ((emacs "27.1"))
-;; Version: 0.2
+;; Version: 0.3
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by

Reply via email to