Skip to content

Commit

Permalink
commiting to main
Browse files Browse the repository at this point in the history
  • Loading branch information
R. S. Doiel committed Dec 12, 2024
1 parent d5af0f5 commit 61b3a27
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dateCreated": "2024-12-04",
"dateModified": "2024-12-09",
"releaseDate": "2024-12-11",
"releaseNotes": "Proof of concept, adding UUID v1, v3, v4 and v5; added tel and email types",
"releaseNotes": "Proof of concept, added tel and email identifiers",
"version": "0.0.4",
"developmentStatus": "concept",
"author": [
Expand Down
2 changes: 1 addition & 1 deletion mdt.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const appInfo = {
appName: "metadatatools",
version: "0.0.4",
releaseDate: "2024-12-11",
releaseHash: "c2f1637",
releaseHash: "d5af0f5",
licenseText: `
Copyright (c) 2024, Caltech All rights not granted herein are expressly
reserved by Caltech.
Expand Down
4 changes: 2 additions & 2 deletions mtd.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%mtd(1) user manual | 0.0.4 2024-12-11 c2f1637
%mtd(1) user manual | 0.0.4 2024-12-11 d5af0f5
% R. S.Doiel
% 2024-12-11 c2f1637
% 2024-12-11 d5af0f5

# NAME

Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const appInfo: {[k: string]: string} = {
releaseDate: "2024-12-11",

// ReleaseHash, the Git hash when version.go was generated
releaseHash: "c2f1637",
releaseHash: "d5af0f5",

// licenseText holds a copy of the application license text.
licenseText: `
Expand Down

0 comments on commit 61b3a27

Please sign in to comment.