Skip to content

Commit

Permalink
update to InChI 1.07-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
flange-ipb committed Jun 4, 2024
1 parent 656155a commit 2ef3586
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
repository: 'IUPAC-InChI/InChI'
ref: 'v1.06'

- name: Checkout v1.07-beta from InChI repository
- name: Checkout v1.07 from InChI repository
uses: actions/checkout@v4
with:
path: './InChI_1_07'
repository: 'IUPAC-InChI/InChI'
ref: 'v1.07-RC1'
ref: 'v1.07-RC2'

#
# Compile v1.06's INCHI_EXE and run the test suite
Expand Down
2 changes: 1 addition & 1 deletion pages/inchi.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/
const inchiModulePromises = {
"1.06": inchiModule106(),
"1.07-RC1": inchiModule107()
"1.07-RC2": inchiModule107()
};

const availableInchiVersions = Object.keys(inchiModulePromises);
Expand Down

0 comments on commit 2ef3586

Please sign in to comment.