Skip to content

Commit

Permalink
Updating Royale version to 0.9.13 to clear build errors (#77).
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelProminic committed Jan 27, 2025
1 parent 03c2db5 commit cb25729
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Miscellaneous bug fixes from the 1.2.0 release.

### Changed

* Update to Royale 0.9.13: ([#77](https://github.com/Moonshine-IDE/Super.Human.Portal/issues/77))


### Fixed

Expand Down
6 changes: 3 additions & 3 deletions Super.Human.Portal_Royale/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<royale.framework.version>0.9.12-SNAPSHOT</royale.framework.version>
<royale.compiler.version>0.9.12-SNAPSHOT</royale.compiler.version>
<royale.typedefs.version>0.9.12-SNAPSHOT</royale.typedefs.version>
<royale.framework.version>0.9.13-SNAPSHOT</royale.framework.version>
<royale.compiler.version>0.9.13-SNAPSHOT</royale.compiler.version>
<royale.typedefs.version>0.9.13-SNAPSHOT</royale.typedefs.version>

<royale.showbindingWarnings>-compiler.show-binding-warnings=false;</royale.showbindingWarnings>
<royale.sourceMapSettings>-source-map=false;</royale.sourceMapSettings>
Expand Down

0 comments on commit cb25729

Please sign in to comment.