Revisão | eaed465615eb6de537b4bb24c35c9459c779f67a (tree) |
---|---|
Hora | 2017-05-01 18:26:38 |
Autor | Tatsuki Sugiura <sugi@nemu...> |
Commiter | Tatsuki Sugiura |
Update version, runnable on windows env.
@@ -1,3 +1,8 @@ | ||
1 | +2017-05-01 Tatsuki Sugiura <sugi@nemui.org> | |
2 | + | |
3 | + * Try to fix launching browser on login at Windows environment. | |
4 | + * Version 0.1.9 | |
5 | + | |
1 | 6 | 2017-02-15 Tatsuki Sugiura <sugi@nemui.org> |
2 | 7 | |
3 | 8 | * Fix command class loader to support ruby 1.9.x. |
@@ -1,5 +1,5 @@ | ||
1 | 1 | module OSDN |
2 | 2 | module CLI |
3 | - VERSION = "0.1.8" | |
3 | + VERSION = "0.1.9" | |
4 | 4 | end |
5 | 5 | end |