Skip to content

Commit

Permalink
1126
Browse files Browse the repository at this point in the history
  • Loading branch information
Nobu19800 committed Oct 28, 2018
1 parent 0ab9c0f commit 7738294
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion spec/openrtm-0.3-5.rockspec → spec/openrtm-0.4-1.rockspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package = "openrtm"
version = "0.3-5"
version = "0.4-1"
source = {
url = "git://github.com/Nobu19800/RTM-Lua"
}
Expand Down Expand Up @@ -86,6 +86,7 @@ build = {
["openrtm.Manager"] = "lua/openrtm/Manager.lua",
["openrtm.ManagerActionListener"] = "lua/openrtm/ManagerActionListener.lua",
["openrtm.ManagerConfig"] = "lua/openrtm/ManagerConfig.lua",
["openrtm.ManagerInfo"] = "lua/openrtm/ManagerInfo.lua",
["openrtm.ManagerServant"] = "lua/openrtm/ManagerServant.lua",
["openrtm.ModuleManager"] = "lua/openrtm/ModuleManager.lua",
["openrtm.NamingManager"] = "lua/openrtm/NamingManager.lua",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package = "openrtm"
version = "0.3-4"
version = "0.4-0"
source = {
url = "git://github.com/Nobu19800/RTM-Lua"
}
Expand Down Expand Up @@ -86,6 +86,7 @@ build = {
["openrtm.Manager"] = "lua/openrtm/Manager.lua",
["openrtm.ManagerActionListener"] = "lua/openrtm/ManagerActionListener.lua",
["openrtm.ManagerConfig"] = "lua/openrtm/ManagerConfig.lua",
["openrtm.ManagerInfo"] = "lua/openrtm/ManagerInfo.lua",
["openrtm.ManagerServant"] = "lua/openrtm/ManagerServant.lua",
["openrtm.ModuleManager"] = "lua/openrtm/ModuleManager.lua",
["openrtm.NamingManager"] = "lua/openrtm/NamingManager.lua",
Expand Down

0 comments on commit 7738294

Please sign in to comment.