~theo/public-inbox

Theodor Thornhill: 1
 Bump version

 3 files changed, 3 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~theo/public-inbox/patches/24742/mbox | git am -3
Learn more about email & git

[PATCH] Bump version Export this patch

---
 csharp-compilation.el | 2 +-
 csharp-mode.el        | 2 +-
 csharp-tree-sitter.el | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/csharp-compilation.el b/csharp-compilation.el
index 99adce6..01baf08 100644
--- a/csharp-compilation.el
+++ b/csharp-compilation.el
@@ -7,7 +7,7 @@
;;              Theodor Thornhill <theo@thornhill.no>
;; Created    : September 2020
;; Modified   : 2020
;; Version    : 1.0.0
;; Version    : 1.0.2
;; Keywords   : c# languages oop mode
;; X-URL      : https://github.com/emacs-csharp/csharp-mode

diff --git a/csharp-mode.el b/csharp-mode.el
index 5126700..7fd296c 100644
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -7,7 +7,7 @@
;;              Theodor Thornhill <theo@thornhill.no>
;; Created    : September 2020
;; Modified   : 2020
;; Version    : 1.0.0
;; Version    : 1.0.2
;; Keywords   : c# languages oop mode
;; X-URL      : https://github.com/emacs-csharp/csharp-mode
;; Package-Requires: ((emacs "26.1"))
diff --git a/csharp-tree-sitter.el b/csharp-tree-sitter.el
index efbe7e5..c56e14c 100644
--- a/csharp-tree-sitter.el
+++ b/csharp-tree-sitter.el
@@ -7,7 +7,7 @@
;;              Theodor Thornhill <theo@thornhill.no>
;; Created    : September 2020
;; Modified   : 2020
;; Version    : 1.0.0
;; Version    : 1.0.2
;; Keywords   : c# languages oop mode
;; X-URL      : https://github.com/emacs-csharp/csharp-mode
;; Package-Requires: ((emacs "26.1") (tree-sitter "0.12.1") (tree-sitter-indent "0.1") (tree-sitter-langs "0.9.1"))
-- 
2.30.1 (Apple Git-130)