Skip to content

Commit

Permalink
bump to 0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hlolli committed Jul 25, 2017
1 parent f40f6dd commit 877c7c9
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog
## Master
## [0.1.2]
- Font-lock: Single line comments within score repaired
- Font-lock: p-field variables in light color mode are darker
- Font-lock: multiline comment in score implemented
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can install `csound-mode` from `MELPA` using the following command:

<kbd>M-x package-install [RET] csound-mode [RET]</kbd>

Alternatively, [download latest release.](https://github.com/hlolli/csound-mode/releases/download/v0.1/csound-mode-0.1.zip)
Alternatively, [download latest release.](https://github.com/hlolli/csound-mode/releases/download/v0.1.2/csound-mode-0.1.2.zip)
and add it manually to load-path like shown here:

```el
Expand Down
2 changes: 1 addition & 1 deletion csound-eldoc.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
;; Copyright (C) 2017 Hlöðver Sigurðsson

;; Author: Hlöðver Sigurðsson <[email protected]>
;; Version: 0.1.1
;; Version: 0.1.2
;; Package-Requires: ((emacs "25") (shut-up "0.3.2") (multi "2.0.1"))

;; This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion csound-font-lock.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
;; Copyright (C) 2017 Hlöðver Sigurðsson

;; Author: Hlöðver Sigurðsson <[email protected]>
;; Version: 0.1.1
;; Version: 0.1.2
;; Package-Requires: ((emacs "25") (shut-up "0.3.2") (multi "2.0.1"))

;; This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion csound-indentation.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Copyright (C) 2017 Hlöðver Sigurðsson

;; Author: Hlöðver Sigurðsson <[email protected]>
;; Version: 0.1.1
;; Version: 0.1.2
;; Package-Requires: ((emacs "25") (shut-up "0.3.2") (multi "2.0.1"))

;; This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion csound-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
;; Copyright (C) 2017 Hlöðver Sigurðsson

;; Author: Hlöðver Sigurðsson <[email protected]>
;; Version: 0.1.1
;; Version: 0.1.2
;; Package-Requires: ((emacs "25") (shut-up "0.3.2") (multi "2.0.1"))

;; This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion csound-opcodes.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
;; Copyright (C) 2017 Hlöðver Sigurðsson

;; Author: Hlöðver Sigurðsson <[email protected]>
;; Version: 0.1.1
;; Version: 0.1.2
;; Package-Requires: ((emacs "25") (shut-up "0.3.2") (multi "2.0.1"))

;; This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion csound-repl-interaction.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Copyright (C) 2017 Hlöðver Sigurðsson

;; Author: Hlöðver Sigurðsson <[email protected]>
;; Version: 0.1.1
;; Version: 0.1.2
;; Package-Requires: ((emacs "25") (shut-up "0.3.2") (multi "2.0.1"))

;; This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion csound-repl.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Copyright (C) 2017 Hlöðver Sigurðsson

;; Author: Hlöðver Sigurðsson <[email protected]>
;; Version: 0.1.1
;; Version: 0.1.2
;; Package-Requires: ((emacs "25") (shut-up "0.3.2") (multi "2.0.1"))


Expand Down
2 changes: 1 addition & 1 deletion csound-score.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Copyright (C) 2017 Hlöðver Sigurðsson

;; Author: Hlöðver Sigurðsson <[email protected]>
;; Version: 0.1.1
;; Version: 0.1.2
;; Package-Requires: ((emacs "25") (shut-up "0.3.2") (multi "2.0.1"))

;; This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion csound-skeleton.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Copyright (C) 2017 Hlöðver Sigurðsson

;; Author: Hlöðver Sigurðsson <[email protected]>
;; Version: 0.1.1
;; Version: 0.1.2
;; Package-Requires: ((emacs "25") (shut-up "0.3.2") (multi "2.0.1"))

;; This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion csound-util.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
;; Copyright (C) 2017 Hlöðver Sigurðsson

;; Author: Hlöðver Sigurðsson <[email protected]>
;; Version: 0.1.1
;; Version: 0.1.2
;; Package-Requires: ((emacs "25") (shut-up "0.3.2") (multi "2.0.1"))

;; This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion dev-script/xml-to-emacsdb.clj
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@


;; DANGEROUS version bump function
;; find ./ -type f -exec sed -i -e 's/;; Version: 0\.1/;; Version: 0.1.1/g' {} \;
;; find ./ -type f -exec sed -i -e 's/;; Version: 0\.1\.1/;; Version: 0.1.2/g' {} \;

0 comments on commit 877c7c9

Please sign in to comment.