Procházet zdrojové kódy

doc: Fix version number after PR merge

Rémi Verschelde před 3 roky
rodič
revize
9be7c49a5d
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      doc/classes/ShapeCast.xml
  2. 1 1
      doc/classes/ShapeCast2D.xml

+ 1 - 1
doc/classes/ShapeCast.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" ?>
-<class name="ShapeCast" inherits="Spatial" version="3.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
+<class name="ShapeCast" inherits="Spatial" version="3.6" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
 	<brief_description>
 		Node for physics collision sweep and immediate overlap queries. Similar to the [RayCast] node.
 	</brief_description>

+ 1 - 1
doc/classes/ShapeCast2D.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" ?>
-<class name="ShapeCast2D" inherits="Node2D" version="3.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
+<class name="ShapeCast2D" inherits="Node2D" version="3.6" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
 	<brief_description>
 		Node for physics collision sweep and immediate overlap queries. Similar to the [RayCast2D] node.
 	</brief_description>