Skip to content

Commit

Permalink
Merge pull request #103 from technote-space/release/next-v0.14.9
Browse files Browse the repository at this point in the history
release: v0.14.10
  • Loading branch information
technote-space authored Nov 22, 2020
2 parents 4357329 + bc2dc1e commit 0b4dfe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/ga-framework",
"version": "0.14.9",
"version": "0.14.10",
"description": "GA Framework",
"keywords": [
"genetic algorithm"
Expand Down
2 changes: 1 addition & 1 deletion src/app/logic/Algorithm/GeneticAlgorithmBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ export abstract class GeneticAlgorithmBase<ObjectType> extends AlgorithmBase imp
//
}

public abstract async getObject(): Promise<ObjectType>;
public abstract getObject(): Promise<ObjectType>;
}

0 comments on commit 0b4dfe6

Please sign in to comment.