diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 142d241..c432528 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -15,7 +15,7 @@ jobs: build: strategy: matrix: - haxe: [4.2.5, 4.3.2] + haxe: [4.2.5, 4.3.3] # The type of runner that the job will run on runs-on: ubuntu-latest diff --git a/README.md b/README.md index 9667ce9..e6640a1 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,11 @@ It's JSON, objects and strings: } }, "news": { - "list": { "0": "Nothing to display.", "1": "Only one new item.", "_": ":_ new items." } + "list": { + "0": "Nothing to display.", + "1": "Only one new item.", + "_": ":_ new items." + } }, "person": { "f": "Woman", "m": "Man", "$": "Person" @@ -142,4 +146,4 @@ Tested against: * Haxe 4.2.5 - HashLink 1.11.0 and JS * Haxe 4.2.5 - hxcpp -* Haxe 4.3.2 - hxcpp +* Haxe 4.3.3 - hxcpp