Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehmet Seckin committed Nov 23, 2019
1 parent d57f313 commit f84d16b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pipelines/cd.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variables:
version: '0.1.0'
version: '0.1.1'

name: $(version)$(rev:.r)

Expand Down
2 changes: 1 addition & 1 deletion pipelines/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 0.1.0$(rev:.r)
name: 0.1.1$(rev:.r)

trigger:
- master
Expand Down
6 changes: 3 additions & 3 deletions src/Todo.CLI/Todo.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<RepositoryUrl>https://github.com/mehmetseckin/todo-cli/</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageTags>microsoft-todo todo CLI</PackageTags>
<AssemblyVersion>0.1.0</AssemblyVersion>
<FileVersion>0.1.0</FileVersion>
<Version>0.1.0</Version>
<AssemblyVersion>0.1.1</AssemblyVersion>
<FileVersion>0.1.1</FileVersion>
<Version>0.1.1</Version>
<AssemblyName>todo</AssemblyName>
<NoWin32Manifest>true</NoWin32Manifest>
<StartupObject>Todo.CLI.Program</StartupObject>
Expand Down

0 comments on commit f84d16b

Please sign in to comment.