Skip to content

Commit ae66f76

Browse files
authored
Merge pull request #105 from Lombiq/issue/OSOE-86
OSOE-86: setting manifest version to 0.0.1
2 parents 6b31320 + 8d65f0d commit ae66f76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Lombiq.DataTables.Samples/Manifest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Name = "Lombiq Data Tables - Samples",
55
Author = "Lombiq Technologies",
66
Website = "https://github.com/Lombiq/Orchard-Data-Tables",
7-
Version = "3.1.0",
7+
Version = "0.0.1",
88
Description = "Samples for Lombiq Data Tables.",
99
Category = "Development",
1010
Dependencies = new[] { Lombiq.DataTables.Constants.FeatureIds.DataTables }

Lombiq.DataTables/Manifest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[assembly: Module(
55
Name = "Lombiq Data Tables",
66
Author = "Lombiq Technologies",
7-
Version = "3.1.0",
7+
Version = "0.0.1",
88
Description = "Module for displaying data using jQuery Data Tables.",
99
Website = "https://github.com/Lombiq/Orchard-Data-Tables"
1010
)]

0 commit comments

Comments
 (0)