Skip to content

Commit

Permalink
Merge pull request #62 from fenix-hub/v1.2.1
Browse files Browse the repository at this point in the history
V1.2.1
  • Loading branch information
fenix-hub authored Aug 19, 2020
2 parents 10e0d21 + 3467997 commit 230ec2c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ mono_crash.*.json
screenshots/
resources/
user/

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![version](https://img.shields.io/badge/plugin%20version-1.2.0-blue)](https://github.com/fenix-hub/godot-engine.github-integration)
[![version](https://img.shields.io/badge/plugin%20version-1.2.1-blue)](https://github.com/fenix-hub/godot-engine.github-integration)
[![updates](https://img.shields.io/badge/plugin%20updates-on%20discord-purple)](https://discord.gg/KnJGY9S)
[![paypal](https://img.shields.io/badge/donations-PayPal-cyan)](https://paypal.me/NSantilio?locale.x=it_IT)

Expand All @@ -13,7 +13,7 @@ This plugin is now supported in [Godot Extended Library Discord](https://discord
A complete GitHub integration for your Godot Editor! Manage your project without even opening your browser.

Author: *"Nicolo (fenix) Santilio"*
Version: *1.2.0*
Version: *1.2.1*
Wiki: *[supported](https://github.com/fenix-hub/godot-engine.github-integration/wiki)*
Godot Version: *3.2.3beta1*

Expand Down
2 changes: 1 addition & 1 deletion addons/github-integration/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="GitHub integration"
description="Plugin to integrate GitHub requests directly via Godot Engine Editor"
author="Nicolo (fenix) Santilio"
version="1.2.0"
version="1.2.1"
script="scripts/github-integration.gd"
1 change: 0 additions & 1 deletion addons/github-integration/scenes/EditGist.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ custom_colors/font_color = Color( 0.145098, 0.172549, 0.231373, 1 )
custom_colors/font_color_pressed = Color( 1, 1, 1, 1 )
text = "Can Edit"
flat = true

2 changes: 1 addition & 1 deletion addons/github-integration/scripts/RestHandler.gd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var Client : HTTPClient = HTTPClient.new()

# Called when the node enters the scene tree for the first time.
func _ready():
set_process(false)
pass

func check_connection() -> void:
var connection : int = Client.connect_to_host("www.githubstatus.com")
Expand Down

0 comments on commit 230ec2c

Please sign in to comment.