Skip to content

Commit 13a4f2d

Browse files
[Update]: update README.md and update-version.sh
1 parent dcdd0dd commit 13a4f2d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ Run.
142142
java [PROGRAM-ID]
143143
```
144144

145+
## API reference of the runtime library
146+
147+
The API reference of the runtime library `libcobj.jar` is available [here](https://opensourcecobol.github.io/opensourcecobol4j/javadoc/libcobj/index.html)
148+
145149
## Development Progress
146150

147151
Implemented.

update-version.sh

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ update_versions_in_file libcobj/app/build.gradle.kts
2323
update_versions_in_file libcobj/app/src/main/java/jp/osscons/opensourcecobol/libcobj/Const.java
2424
update_versions_in_file tests/command-line-options.src/info-java-dir.at
2525
update_versions_in_file libcobj/app/src/main/java/jp/osscons/opensourcecobol/libcobj/user_util/cobj_api/ApiFilesOptions.java
26+
update_versions_in_file win/config.h
2627

2728
# Rebuild
2829
autoreconf

0 commit comments

Comments
 (0)