Skip to content

Commit

Permalink
#295 Switch to 242 platform
Browse files Browse the repository at this point in the history
  • Loading branch information
lancelote committed Aug 28, 2024
1 parent 3bbb985 commit 5f9a8ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version=1.4.5-2024.1
version=1.4.6-2024.2
platformType=PC
platformVersion=241-EAP-SNAPSHOT
pythonPlugin=PythonCore:241.18034.55
platformVersion=242-EAP-SNAPSHOT
pythonPlugin=PythonCore:242.21829.40
publishToken=token

# Since kotlin 1.4, stdlib dependency is added by default by kotlin gradle plugin.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<depends>com.intellij.modules.python</depends>
<depends>org.jetbrains.plugins.terminal</depends>

<idea-version since-build="241" until-build="241.*"/>
<idea-version since-build="242" until-build="242.*"/>

<extensionPoints>
<extensionPoint qualifiedName="com.jetbrains.micropython.deviceProvider"
Expand Down

0 comments on commit 5f9a8ed

Please sign in to comment.