Skip to content

Commit b4809d3

Browse files
committed
x
1 parent b7bea41 commit b4809d3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

liteidex/src/liteapp/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>X37</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>37.0</string>
24+
<string>37.1</string>
2525
</dict>
2626
</plist>

liteidex/src/liteide/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>X37</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>37.0</string>
24+
<string>37.1</string>
2525
</dict>
2626
</plist>

liteidex/src/plugins/terminal/terminalplugin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class PluginFactory : public LiteApi::PluginFactoryT<TerminalPlugin>
4444
public:
4545
PluginFactory() {
4646
m_info->setId("plugin/Terminal");
47-
m_info->setVer("X37");
47+
m_info->setVer("X37.1");
4848
m_info->setName("Terminal");
4949
m_info->setAuthor("visualfc");
5050
m_info->setInfo("Terminal");

0 commit comments

Comments
 (0)