Skip to content

Commit

Permalink
Increment IJ plugin snapshot version (#5210)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Aug 27, 2023
1 parent cedc641 commit 3c42928
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion intellij-plugin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ javaVersion=17
kotlin.stdlib.default.dependency=false

# Snapshot version, automatically incremented by the CI
snapshotVersion=29
snapshotVersion=30
4 changes: 2 additions & 2 deletions intellij-plugin/snapshots/plugins.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<plugins>
<plugin
id="com.apollographql.ijplugin"
url="https://repsy.io/mvn/bod/apollo-intellij-plugin/com/apollographql/apollo-intellij-plugin/4.0.0-alpha.4-SNAPSHOT.29/apollo-intellij-plugin-4.0.0-alpha.4-SNAPSHOT.29.zip"
version="4.0.0-alpha.4-SNAPSHOT.29">
url="https://repsy.io/mvn/bod/apollo-intellij-plugin/com/apollographql/apollo-intellij-plugin/4.0.0-alpha.4-SNAPSHOT.30/apollo-intellij-plugin-4.0.0-alpha.4-SNAPSHOT.30.zip"
version="4.0.0-alpha.4-SNAPSHOT.30">
<idea-version since-build="223" until-build="232.*"/>
<name>Apollo GraphQL (Weekly Snapshots)</name>
</plugin>
Expand Down

0 comments on commit 3c42928

Please sign in to comment.