Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 53ea977

Browse files
author
Mark Root
authored
Merge pull request #665 from ORNL-AMO/issue-664
update version number to v1.0.1
2 parents 3243f54 + f3eda7d commit 53ea977

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ tags
2121
### Eclipse template
2222

2323
.metadata
24-
bin/
2524
tmp/
2625
*.tmp
2726
*.bak
@@ -126,7 +125,6 @@ CTestTestfile.cmake
126125
x64/
127126
x86/
128127
bld/
129-
[Bb]in/
130128
[Oo]bj/
131129
[Ll]og/
132130

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = AMO-Tools-Suite
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = v.1.0.0
41+
PROJECT_NUMBER = v.1.0.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

bin/amo_tools_suite.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/amo_tools_suite.wasm

25.2 KB
Binary file not shown.

bin/client.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/client.wasm

1.96 MB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amo-tools-suite",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Calculation library for the Department of Energy Advanced Manufacturing Office (DOE AMO) suite of tools",
55
"directories": {
66
"test": "tests"

0 commit comments

Comments
 (0)