Skip to content

Commit 01fc7a8

Browse files
authored
Bump version (#404)
1 parent c996935 commit 01fc7a8

File tree

4 files changed

+73
-35
lines changed

4 files changed

+73
-35
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Afterwards the OpenModelica Package manager installs Modelica libraries.
1414
### Inputs
1515

1616
- `version`: Version of OpenModelica to install.
17-
- For example `'nightly'`, `'stable'`, `'release'`, `'1.18'` or `'1.18.0'`.
17+
- For example `'nightly'`, `'stable'`, `'release'`, `'1.23'` or `'1.23.0'`.
1818
- `architecture`: Choose between 64 and 32 bit architecture. Can be `'64'` or
1919
`'32'`.
2020
- `packages`: OpenModelica APT packages to install. Only used on Linux OS.
@@ -38,6 +38,9 @@ Afterwards the OpenModelica Package manager installs Modelica libraries.
3838
| nightly | Linux | amd64, arm64, armhf, i386 | ✔️ |
3939
| stable | Linux | amd64, arm64, armhf, i386 | ✔️ |
4040
| release | Linux | amd64, arm64, armhf, i386 | ✔️ |
41+
| 1.23.1 | Linux | amd64, arm64, armhf, i386 | ✔️ |
42+
| 1.23.0 | Linux | amd64, arm64, armhf, i386 | ✔️ |
43+
| 1.22.4 | Linux | amd64, arm64, armhf, i386 | ✔️ |
4144
| 1.22.3 | Linux | amd64, arm64, armhf, i386 | ✔️ |
4245
| 1.22.2 | Linux | amd64, arm64, armhf, i386 | ✔️ |
4346
| 1.22.1 | Linux | amd64, arm64, armhf, i386 | ✔️ |
@@ -62,6 +65,11 @@ Afterwards the OpenModelica Package manager installs Modelica libraries.
6265
| nightly | Windows | 64bit | ✔️ |
6366
| stable | Windows | 64bit | ✔️ |
6467
| release | Windows | 64bit | ✔️ |
68+
| 1.23.1 | Windows | 64bit | ✔️ |
69+
| 1.23.0 | Windows | 64bit | ✔️ |
70+
| 1.22.3 | Windows | 64bit | ✔️ |
71+
| 1.22.2 | Windows | 64bit | ✔️ |
72+
| 1.22.1 | Windows | 64bit | ✔️ |
6573
| 1.22.0 | Windows | 64bit | ✔️ |
6674
| 1.21.0 | Windows | 64bit | ✔️ |
6775
| 1.20.0 | Windows | 64bit | ✔️ |
@@ -80,7 +88,7 @@ Afterwards the OpenModelica Package manager installs Modelica libraries.
8088
```yaml
8189
- uses: OpenModelica/setup-openmodelica@v1.0
8290
with:
83-
version: '1.22.1'
91+
version: '1.23.1'
8492
packages: |
8593
'omc'
8694
'omsimulator'

__tests__/installer.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function linuxTests(): void {
4242
let outVer: installer.VersionType
4343

4444
outVer = installer.getOMVersion('1')
45-
expect(outVer.version).toEqual('1.22.3')
45+
expect(outVer.version).toEqual('1.23.1')
4646

4747
outVer = installer.getOMVersion('1.18')
4848
expect(outVer.version).toEqual('1.18.1')

package-lock.json

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

src/versions.json

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,25 @@
1010
"version": "stable",
1111
"type": "stable",
1212
"arch": "64",
13-
"address": "https://build.openmodelica.org/omc/builds/windows/releases/1.22/3/64bit/OpenModelica-v1.22.3-64bit.exe"
13+
"address": "https://build.openmodelica.org/omc/builds/windows/releases/1.23/1/64bit/OpenModelica-v1.23.1-64bit.exe"
1414
},
1515
{
1616
"version": "release",
1717
"type": "release",
1818
"arch": "64",
19-
"address": "https://build.openmodelica.org/omc/builds/windows/releases/1.22/3/64bit/OpenModelica-v1.22.3-64bit.exe"
19+
"address": "https://build.openmodelica.org/omc/builds/windows/releases/1.23/1/64bit/OpenModelica-v1.23.1-64bit.exe"
20+
},
21+
{
22+
"version": "1.23.1",
23+
"type": "release",
24+
"arch": "64",
25+
"address": "https://build.openmodelica.org/omc/builds/windows/releases/1.23/1/64bit/OpenModelica-v1.23.1-64bit.exe"
26+
},
27+
{
28+
"version": "1.23.0",
29+
"type": "release",
30+
"arch": "64",
31+
"address": "https://build.openmodelica.org/omc/builds/windows/releases/1.23/0/64bit/OpenModelica-v1.23.0-64bit.exe"
2032
},
2133
{
2234
"version": "1.22.3",
@@ -106,6 +118,24 @@
106118
"type": "stable",
107119
"address": "https://build.openmodelica.org/apt"
108120
},
121+
{
122+
"version": "1.23.1",
123+
"aptname": "1.23.1-1",
124+
"type": "release",
125+
"address": "https://build.openmodelica.org/omc/builds/linux/releases/1.23.1/"
126+
},
127+
{
128+
"version": "1.23.0",
129+
"aptname": "1.23.0-1",
130+
"type": "release",
131+
"address": "https://build.openmodelica.org/omc/builds/linux/releases/1.23.0/"
132+
},
133+
{
134+
"version": "1.22.4",
135+
"aptname": "1.22.4-1",
136+
"type": "release",
137+
"address": "https://build.openmodelica.org/omc/builds/linux/releases/1.22.4/"
138+
},
109139
{
110140
"version": "1.22.3",
111141
"aptname": "1.22.3-1",

0 commit comments

Comments
 (0)