Skip to content

Commit 7728ada

Browse files
committed
New release 🎉
1 parent 9fd271d commit 7728ada

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.

src/Skybrud.CharLimitEditor/LICENSE.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h1>Skybrud.CharLimitEditor</h1>
9090
<h2>The MIT License (MIT)</h2>
9191
<div class="skybrudLogo"><a href="http://www.skybrud.dk/" target="_blank"></a></div>
9292
<p>
93-
Copyright &copy; 2017 Skybrud.dk
93+
Copyright &copy; 2019 Skybrud.dk
9494
</p>
9595
<p>
9696
Permission is hereby granted, free of charge, to any person obtaining a copy of

src/Skybrud.CharLimitEditor/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("Skybrud.dk")]
1111
[assembly: AssemblyProduct("Skybrud.CharLimitEditor")]
12-
[assembly: AssemblyCopyright("Copyright © 2017")]
12+
[assembly: AssemblyCopyright("Copyright © 2019")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515

@@ -30,6 +30,6 @@
3030
//
3131
// You can specify all the values or you can default the Revision and Build Numbers
3232
// by using the '*' as shown below:
33-
[assembly: AssemblyVersion("1.0.0.0")]
34-
[assembly: AssemblyInformationalVersion("1.0.0")]
35-
[assembly: AssemblyFileVersion("1.0.0.0")]
33+
[assembly: AssemblyVersion("1.0.1.0")]
34+
[assembly: AssemblyInformationalVersion("1.0.1")]
35+
[assembly: AssemblyFileVersion("1.0.1.0")]

src/Skybrud.CharLimitEditor/Properties/AssemblyInfo.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": "Char limit property editor for Umbraco 7+",
44
"company": "Skybrud.dk",
55
"product": "Skybrud.CharLimitEditor",
6-
"copyright": "Copyright © 2017",
7-
"version": "1.0.0.0",
8-
"informationalVersion": "1.0.0",
9-
"fileVersion": "1.0.0.0"
6+
"copyright": "Copyright © 2019",
7+
"version": "1.0.1.0",
8+
"informationalVersion": "1.0.1",
9+
"fileVersion": "1.0.1.0"
1010
}

0 commit comments

Comments
 (0)