Skip to content

Commit 91147c4

Browse files
author
César Román
committed
chore(release): prepare for v8.1.22.post1
1 parent bc77f15 commit 91147c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ This project consists of the following packages:
101101

102102
#### com.inductiveautomation
103103

104-
This package includes supporting Inductive Automation's classes and interfaces. For more information, see documentation here: <https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.21/index.html>.
104+
This package includes supporting Inductive Automation's classes and interfaces. For more information, see documentation here: <https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.22/index.html>.
105105

106106
#### java/javax
107107

@@ -113,7 +113,7 @@ This package includes supporting classes and interfaces from Apache Commons Math
113113

114114
#### org.json
115115

116-
This package includes supporting classes and interfaces from the Inductive Automation's `org.json` package, see documentation here: <https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.21/org/json/package-summary.html>
116+
This package includes supporting classes and interfaces from the Inductive Automation's `org.json` package, see documentation here: <https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.22/org/json/package-summary.html>
117117

118118
#### org.python
119119

src/system/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
__version__ = "8.1.22"
44
__build__ = "2022110109"
5-
__cycle__ = ""
5+
__cycle__ = ".post1"
66
__package_version__ = "{0}{1}".format(__version__, __cycle__) # type: str

0 commit comments

Comments
 (0)