Skip to content

Commit eadecd7

Browse files
committed
It's 2018 now
1 parent 5f1a9e1 commit eadecd7

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

Build/CommonAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
//
1616
// You can specify all the values or you can default the Revision and Build Numbers
1717
// by using the '*' as shown below:
18-
[assembly: AssemblyVersion("2.2.1")]
19-
[assembly: AssemblyFileVersion("2.2.1")]
18+
[assembly: AssemblyVersion("2.3.0")]
19+
[assembly: AssemblyFileVersion("2.3.0")]
2020
//[assembly: AssemblyInformationalVersion("2.0-alpha6")]

Griddly/Scripts/editly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Editly script
33
* http://griddly.com
4-
* Copyright 2013-2017 Chris Hynes and Data Research Group, Inc.
4+
* Copyright 2013-2018 Chris Hynes and Data Research Group, Inc.
55
* Licensed under MIT (https://github.com/programcsharp/griddly/blob/master/LICENSE)
66
*
77
* WARNING: Don't edit this file -- it'll be overwitten when you upgrade.

Griddly/Scripts/griddly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Griddly script
33
* http://griddly.com
4-
* Copyright 2013-2017 Chris Hynes and Data Research Group, Inc.
4+
* Copyright 2013-2018 Chris Hynes and Data Research Group, Inc.
55
* Licensed under MIT (https://github.com/programcsharp/griddly/blob/master/LICENSE)
66
*
77
* WARNING: Don't edit this file -- it'll be overwitten when you upgrade.

Griddly/Views/Shared/Griddly/ButtonStrip.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@*
22
* GriddlyButton button strip renderer using Bootstrap html and styles
33
* http://griddly.com
4-
* Copyright 2013-2017 Chris Hynes and Data Research Group, Inc.
4+
* Copyright 2013-2018 Chris Hynes and Data Research Group, Inc.
55
* Licensed under MIT (https://github.com/programcsharp/griddly/blob/master/LICENSE)
66
*
77
* WARNING: Don't edit this file -- it'll be overwitten when you upgrade.

Griddly/Views/Shared/Griddly/GriddlyFilterForm.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@*
22
* GriddlyFilter form renderer using Bootstrap html and styles
33
* http://griddly.com
4-
* Copyright 2013-2017 Chris Hynes and Data Research Group, Inc.
4+
* Copyright 2013-2018 Chris Hynes and Data Research Group, Inc.
55
* Licensed under MIT (https://github.com/programcsharp/griddly/blob/master/LICENSE)
66
*
77
* WARNING: Don't edit this file -- it'll be overwitten when you upgrade.

Griddly/Views/Shared/Griddly/GriddlyFilterInline.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@*
22
* GriddlyFilter inline renderer
33
* http://griddly.com
4-
* Copyright 2013-2017 Chris Hynes and Data Research Group, Inc.
4+
* Copyright 2013-2018 Chris Hynes and Data Research Group, Inc.
55
* Licensed under MIT (https://github.com/programcsharp/griddly/blob/master/LICENSE)
66
*
77
* WARNING: Don't edit this file -- it'll be overwitten when you upgrade.

Griddly/Views/Shared/Griddly/GriddlyFilterValues.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@*
22
* GriddlyFilter form renderer using Bootstrap html and styles
33
* http://griddly.com
4-
* Copyright 2013-2017 Chris Hynes and Data Research Group, Inc.
4+
* Copyright 2013-2018 Chris Hynes and Data Research Group, Inc.
55
* Licensed under MIT (https://github.com/programcsharp/griddly/blob/master/LICENSE)
66
*
77
* WARNING: Don't edit this file -- it'll be overwitten when you upgrade.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013-2017 Chris Hynes and Data Research Group, Inc.
3+
Copyright (c) 2013-2018 Chris Hynes and Data Research Group, Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)