Skip to content

Commit

Permalink
added support for thermoluminescence dating method
Browse files Browse the repository at this point in the history
  • Loading branch information
johanvonboer committed Aug 10, 2023
1 parent 3e37f5a commit 5d43557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DataFetchingModules/DatingModule.class.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class DatingModule {
constructor(app) {
this.name = "Dating";
this.moduleMethodGroups = [19, 20, 3]; //should maybe include 21 as well...
this.c14StdMethodIds = [151, 148, 38];
this.c14StdMethodIds = [151, 148, 38, 150];
this.app = app;
this.expressApp = this.app.expressApp;
}
Expand Down
2 changes: 1 addition & 1 deletion src/SeadJsonServer.class.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Graphs = require("./EndpointModules/Graphs.class");
const res = require('express/lib/response');

const appName = "sead-json-api-server";
const appVersion = "1.27.0";
const appVersion = "1.27.1";

class SeadJsonServer {
constructor() {
Expand Down

0 comments on commit 5d43557

Please sign in to comment.