Skip to content

Commit

Permalink
Version +1
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonytm committed Jun 21, 2022
1 parent 68859f7 commit bb4adc3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v*'

env:
STATIC_VERSION: "1.0.0"
STATIC_VERSION: "1.0.1"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion package/metadata/sc_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
4 changes: 2 additions & 2 deletions src/SitecoreIcons/SitecoreIcons/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]

0 comments on commit bb4adc3

Please sign in to comment.