• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisão3902aa667f85746ae4ad488d5956e24330643909 (tree)
Hora2016-05-18 18:06:20
AutorTatsuki Sugiura <sugi@nemu...>
CommiterTatsuki Sugiura

Mensagem de Log

Update version.

Mudança Sumário

Diff

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,14 @@
1+2016-05-18 Tatsuki Sugiura <sugi@nemui.org>
2+
3+ * Version 0.1.2
4+ * frs_uplaod: Small improvement on partial directry upload with new release.
5+
16 2016-05-10 Tatsuki Sugiura <sugi@nemui.org>
27
38 * Version 0.1.1
49 * frs_uplaod: Support partial upload.
510
6-2016-03-25 Tatsuki Sugiura <sugi@nemui.org>
11+2016a-03-25 Tatsuki Sugiura <sugi@nemui.org>
712
813 * Version 0.1.0
914 * frs_uplaod: Add check for vanishing server package or release.
--- a/lib/osdn/cli/version.rb
+++ b/lib/osdn/cli/version.rb
@@ -1,5 +1,5 @@
11 module OSDN
22 module CLI
3- VERSION = "0.1.1"
3+ VERSION = "0.1.2"
44 end
55 end