File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- Minetest Lua Client Modding API Reference 0.4.15
1
+ Minetest Lua Client Modding API Reference 0.4.16
2
2
================================================
3
3
* More information at < http://www.minetest.net/ >
4
4
* Developer Wiki: < http://dev.minetest.net/ >
Original file line number Diff line number Diff line change @@ -95,7 +95,9 @@ sed -i -re "1s/[0-9]+\.[0-9]+\.[0-9]+/$NEW_VERSION/g" doc/lua_api.txt || die "Fa
95
95
96
96
sed -i -re " 1s/[0-9]+\.[0-9]+\.[0-9]+/$NEW_VERSION /g" doc/menu_lua_api.txt || die " Failed to update doc/menu_lua_api.txt"
97
97
98
- git add -f CMakeLists.txt build/android/build.gradle doc/lua_api.txt doc/menu_lua_api.txt || die " git add failed"
98
+ sed -i -re " 1s/[0-9]+\.[0-9]+\.[0-9]+/$NEW_VERSION /g" doc/client_lua_api.md || die " Failed to update doc/client_lua_api.md"
99
+
100
+ git add -f CMakeLists.txt build/android/build.gradle doc/lua_api.txt doc/menu_lua_api.txt doc/client_lua_api.md || die " git add failed"
99
101
100
102
git commit -m " Bump version to $NEW_VERSION " || die " git commit failed"
101
103
You can’t perform that action at this time.
0 commit comments