Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
3.3.1 (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzhang authored Jun 14, 2022
1 parent 9512e05 commit 5e3ffcb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.3.1]

### Changed
- ([#860](https://github.com/neo-project/neo-node/pull/860/)) delete plugin folder when uninstall plugin

## [3.3.0]

### Changed
Expand Down
4 changes: 2 additions & 2 deletions neo-cli/neo-cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Copyright>2016-2022 The Neo Project</Copyright>
<AssemblyTitle>Neo.CLI</AssemblyTitle>
<Version>3.3.0</Version>
<Version>3.3.1</Version>
<Authors>The Neo Project</Authors>
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>neo-cli</AssemblyName>
Expand All @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Neo" Version="3.3.0" />
<PackageReference Include="Neo" Version="3.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion neo-gui/neo-gui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Copyright>2016-2022 The Neo Project</Copyright>
<AssemblyTitle>Neo.GUI</AssemblyTitle>
<Version>3.3.0</Version>
<Version>3.3.1</Version>
<Authors>The Neo Project</Authors>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
Expand Down

0 comments on commit 5e3ffcb

Please sign in to comment.