Skip to content

Commit

Permalink
fix module
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed May 1, 2024
1 parent 54012fd commit e57e5b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MetaData.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "CohortGeneratorModule",
"Version": "0.2.1",
"Version": "0.2.2",
"Dependencies": [],
"TablePrefix": "cg_"
}
}
4 changes: 2 additions & 2 deletions SettingsFunctions.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ createCohortGeneratorModuleSpecifications <- function(incremental = TRUE,

specifications <- list(
module = "CohortGeneratorModule",
version = "0.2.1",
version = "0.2.2",
remoteRepo = "github.com",
remoteUsername = "ohdsi",
remoteUsername = "mi-erasmusmc",
settings = analysis
)
class(specifications) <- c("CohortGeneratorModuleSpecifications", "ModuleSpecifications")
Expand Down

0 comments on commit e57e5b1

Please sign in to comment.