소스 검색

doc: Fix version number after PR merge

Rémi Verschelde 3 년 전
부모
커밋
9be7c49a5d
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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" ?>
 <?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>
 	<brief_description>
 		Node for physics collision sweep and immediate overlap queries. Similar to the [RayCast] node.
 		Node for physics collision sweep and immediate overlap queries. Similar to the [RayCast] node.
 	</brief_description>
 	</brief_description>

+ 1 - 1
doc/classes/ShapeCast2D.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <?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>
 	<brief_description>
 		Node for physics collision sweep and immediate overlap queries. Similar to the [RayCast2D] node.
 		Node for physics collision sweep and immediate overlap queries. Similar to the [RayCast2D] node.
 	</brief_description>
 	</brief_description>