branch: externals/csharp-mode commit 69fe52b5908e1b29b2765d7e01cd6a8f0fc16332 Author: Theodor Thornhill <t...@thornhill.no> Commit: Theodor Thornhill <t...@thornhill.no>
Version bump --- 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 69cca56..93efbfe 100644 --- a/csharp-compilation.el +++ b/csharp-compilation.el @@ -5,7 +5,7 @@ ;; : Theodor Thornhill <t...@thornhill.no> ;; Created : September 2020 ;; Modified : 2020 -;; Version : 0.11.0 +;; Version : 0.12.0 ;; 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 c9f2b96..374e03a 100644 --- a/csharp-mode.el +++ b/csharp-mode.el @@ -5,7 +5,7 @@ ;; : Theodor Thornhill <t...@thornhill.no> ;; Created : September 2020 ;; Modified : 2020 -;; Version : 0.11.0 +;; Version : 0.12.0 ;; 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 3979f09..8c0bd99 100644 --- a/csharp-tree-sitter.el +++ b/csharp-tree-sitter.el @@ -5,7 +5,7 @@ ;; : Theodor Thornhill <t...@thornhill.no> ;; Created : September 2020 ;; Modified : 2020 -;; Version : 0.11.0 +;; Version : 0.12.0 ;; 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"))