Skip to content

Commit

Permalink
Changed version
Browse files Browse the repository at this point in the history
  • Loading branch information
kpol committed Feb 23, 2020
1 parent f2df8ac commit e322d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KTrie/KTrie.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Authors>Kirill Polishchuk</Authors>
<Description>Trie (a.k.a. prefix tree) is an ordered tree data structure that is used to store an associative array where the keys are usually strings. All the descendants of a node have a common prefix of the string associated with that node, and the root is associated with the empty string.</Description>
<Copyright>Kirill Polishchuk</Copyright>
<Version>1.2.0</Version>
<Version>1.3.0</Version>
<RepositoryUrl>https://github.com/kpol/trie</RepositoryUrl>
<PackageProjectUrl>https://github.com/kpol/trie</PackageProjectUrl>
<PackageTags>trie, prefix-tree, data-structure</PackageTags>
Expand Down

0 comments on commit e322d23

Please sign in to comment.