Skip to content

Commit 7b1c5cf

Browse files
committed
chore(release): prepare for 8.1.47
1 parent a525293 commit 7b1c5cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ This project consists of the following packages:
102102

103103
This package includes supporting Inductive Automation's classes and interfaces.
104104
For more information, see documentation here:
105-
<https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.45/index.html>.
105+
<https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.47/index.html>.
106106

107107
#### java/javax
108108

@@ -120,7 +120,7 @@ API. For more information, see documentation here:
120120

121121
This package includes supporting classes and interfaces from the Inductive
122122
Automation's `org.json` package, see documentation here:
123-
<https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.45/org/json/package-summary.html>
123+
<https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.47/org/json/package-summary.html>
124124

125125
#### org.python
126126

Diff for: src/system/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Package information."""
22

33
__version__ = "8.1.45.post4"
4-
__build__ = "2025010709"
4+
__build__ = "2025022612"

0 commit comments

Comments
 (0)