• 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

Revision7e9e914e5af0c5f03f03437241906c0c4c952770 (tree)
Time2018-10-29 19:30:54
AuthorTatsuki Sugiura <sugi@nemu...>
CommiterTatsuki Sugiura

Log Message

Update version.

Change Summary

Incremental Difference

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
1+2018-10-29 Tatsuki Sugiura <sugi@nemui.org>
2+
3+ * "package" and "release" commands get target ID from vars file.
4+ * Version 0.1.11
5+
16 2018-08-20 Tatsuki Sugiura <sugi@nemui.org>
27
38 * Fix to compat with API change; check file size instead of digest on upload
--- 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.10"
3+ VERSION = "0.1.11"
44 end
55 end