Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
visualfc committed Apr 24, 2020
1 parent b7bea41 commit b4809d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion liteidex/src/liteapp/Info.plist
Expand Up @@ -21,6 +21,6 @@
<key>CFBundleVersion</key>
<string>X37</string>
<key>CFBundleShortVersionString</key>
<string>37.0</string>
<string>37.1</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion liteidex/src/liteide/Info.plist
Expand Up @@ -21,6 +21,6 @@
<key>CFBundleVersion</key>
<string>X37</string>
<key>CFBundleShortVersionString</key>
<string>37.0</string>
<string>37.1</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion liteidex/src/plugins/terminal/terminalplugin.h
Expand Up @@ -44,7 +44,7 @@ class PluginFactory : public LiteApi::PluginFactoryT<TerminalPlugin>
public:
PluginFactory() {
m_info->setId("plugin/Terminal");
m_info->setVer("X37");
m_info->setVer("X37.1");
m_info->setName("Terminal");
m_info->setAuthor("visualfc");
m_info->setInfo("Terminal");
Expand Down

0 comments on commit b4809d3

Please sign in to comment.