Skip to content

Commit

Permalink
Version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
x86-39 committed Apr 24, 2024
1 parent b173052 commit a7f770c
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 76 deletions.
2 changes: 2 additions & 0 deletions ansible_collection_diademiemi.jetbrains.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
],
"settings": {
"ansible.python.interpreterPath": "/bin/python3",
"markdown.extension.toc.levels": "1..5",
"markdown.preview.doubleClickToSwitchToEditor": false,
"files.associations": {
"**/tasks/**/*.yml": "ansible",
"**/vars/**/*.yml": "ansible",
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: diademiemi
name: jetbrains

# The version of the collection. Must be compatible with semantic versioning
version: 8.0.1
version: 8.0.2

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
2 changes: 1 addition & 1 deletion roles/android_studio/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
jetbrains_android_studio_version: "2023.2.1.23"
jetbrains_android_studio_version: "2023.2.1.25"
jetbrains_android_studio_plugins: []
jetbrains_android_studio_plugins_user: "{{ ansible_user_id }}"
jetbrains_android_studio_plugins_group: "{{ ansible_user_id }}"
Expand Down
2 changes: 1 addition & 1 deletion roles/clion/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
jetbrains_clion_version: "2023.3.4"
jetbrains_clion_version: "2024.1"

jetbrains_clion_plugins: []
jetbrains_clion_plugins_user: "{{ ansible_user_id }}"
Expand Down
2 changes: 1 addition & 1 deletion roles/goland/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
jetbrains_goland_version: "2023.3.4"
jetbrains_goland_version: "2024.1"

jetbrains_goland_plugins: []
jetbrains_goland_plugins_user: "{{ ansible_user_id }}"
Expand Down
2 changes: 1 addition & 1 deletion roles/idea/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
jetbrains_idea_version: "2023.3.4"
jetbrains_idea_version: "2024.1"
jetbrains_idea_edition: "IC"

jetbrains_idea_plugins: []
Expand Down
35 changes: 0 additions & 35 deletions roles/phpstorm/ansible_role_.code-workspace

This file was deleted.

2 changes: 1 addition & 1 deletion roles/phpstorm/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
jetbrains_phpstorm_version: "2023.3.4"
jetbrains_phpstorm_version: "2024.1.1"

jetbrains_phpstorm_plugins: []
jetbrains_phpstorm_plugins_user: "{{ ansible_user_id }}"
Expand Down
34 changes: 0 additions & 34 deletions roles/pycharm/ansible_role_.code-workspace

This file was deleted.

2 changes: 1 addition & 1 deletion roles/pycharm/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
jetbrains_pycharm_version: "2023.3.4"
jetbrains_pycharm_version: "2024.1"
jetbrains_pycharm_edition: "community"

jetbrains_pycharm_plugins: []
Expand Down

0 comments on commit a7f770c

Please sign in to comment.