Skip to content

Commit

Permalink
Bump version to 0.3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paralleltree committed Sep 13, 2019
1 parent bcc880c commit 7997eae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@
今後実装予定の項目については[Projects](https://github.com/paralleltree/Yuzu/projects)を参照してください。

## ダウンロード
現在の最新版は[v0.2.0](https://github.com/paralleltree/Yuzu/releases)です。
現在の最新版は[v0.3.0](https://github.com/paralleltree/Yuzu/releases)です。

## 使い方
[Wiki](https://github.com/paralleltree/Yuzu/wiki)を参照してください。
Expand Down
2 changes: 1 addition & 1 deletion Yuzu.Core/Properties/AssemblyInfo.cs
Expand Up @@ -12,4 +12,4 @@
[assembly: ComVisible(false)]
[assembly: Guid("e8d1bf85-f525-45e9-ab57-aa37b4740550")]

[assembly: AssemblyVersion("0.2.0.0")]
[assembly: AssemblyVersion("0.3.0.0")]
2 changes: 1 addition & 1 deletion Yuzu.Plugins/Properties/AssemblyInfo.cs
Expand Up @@ -12,4 +12,4 @@
[assembly: ComVisible(false)]
[assembly: Guid("134e91e4-19ae-43a3-9e65-c6549db32faa")]

[assembly: AssemblyVersion("0.2.0.0")]
[assembly: AssemblyVersion("0.3.0.0")]
2 changes: 1 addition & 1 deletion Yuzu/Properties/AssemblyInfo.cs
Expand Up @@ -14,4 +14,4 @@
[assembly: ComVisible(false)]
[assembly: Guid("9ee56158-cf12-4ca4-b79f-c78b796e3e75")]

[assembly: AssemblyVersion("0.2.0.0")]
[assembly: AssemblyVersion("0.3.0.0")]

0 comments on commit 7997eae

Please sign in to comment.