Skip to content

Commit

Permalink
versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
allanhortle committed Jan 11, 2015
1 parent a56c3f0 commit 36fbf9d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
5 changes: 3 additions & 2 deletions messages.json
@@ -1,5 +1,6 @@
{
"install": "messages/2.0.4.txt",
"install": "messages/install.txt",
"2.0.4": "messages/2.0.4.txt",
"2.0.5": "messages/2.0.5.txt"
"2.0.5": "messages/2.0.5.txt",
"2.1.1": "messages/2.1.1.txt"
}
3 changes: 2 additions & 1 deletion messages/2.1.0.txt → messages/2.1.1.txt
@@ -1,6 +1,7 @@
Centurion 2.1.0
Centurion 2.1.1
===============

* Added a light version of Centurion & Galea
* Removed empty class name error
* `show_tab_close_buttons` now actually works in the way it should. Close buttons are on by default now :(
* Version bumps are not my thing.
15 changes: 15 additions & 0 deletions messages/install.txt
@@ -0,0 +1,15 @@
Centurion Customisation
=======================

Don't use all these at once :)

{
"theme": "Centurion.sublime-theme",
"theme": "CenturionLight.sublime-theme",
"centurion_color_blue": true,
"centurion_color_red": true,
"centurion_color_yellow": true,
"centurion_color_orange": true,
"centurion_color_grey": true
}

0 comments on commit 36fbf9d

Please sign in to comment.