Restore 10.8.4.0 as the jelly version
This commit is contained in:
parent
5552cd7ff1
commit
87a5148610
@ -14,7 +14,7 @@ const jsonData = JSON.parse(fs.readFileSync(manifestPath, 'utf8'));
|
|||||||
const newVersion = {
|
const newVersion = {
|
||||||
version: process.env.VERSION, // replace with the actual new version
|
version: process.env.VERSION, // replace with the actual new version
|
||||||
changelog: "- See the full changelog at [GitHub](https://github.com/jumoog/intro-skipper/blob/master/CHANGELOG.md)\n",
|
changelog: "- See the full changelog at [GitHub](https://github.com/jumoog/intro-skipper/blob/master/CHANGELOG.md)\n",
|
||||||
targetAbi: "10.9.0.0",
|
targetAbi: "10.8.4.0",
|
||||||
sourceUrl: process.env.SOURCE_URL,
|
sourceUrl: process.env.SOURCE_URL,
|
||||||
checksum: process.env.CHECKSUM,
|
checksum: process.env.CHECKSUM,
|
||||||
timestamp: process.env.TIMESTAMP
|
timestamp: process.env.TIMESTAMP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user