Skip to content

Commit

Permalink
Merge pull request #40 from fenix-hub/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
fenix-hub committed Dec 31, 2020
2 parents 48fd4dd + 10a5b7d commit c8eaf9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This plugin is now supported in [Godot Extended Library Discord](https://discord
A little plugin to easy-way manage your text files inside your project folder.

Author: *"Nicolo (fenix) Santilio"*
Version: *1.8.6*
Version: *1.8.7*
Godot Version: *3.2.3*

**This repository was pushed directly from Godot Engine Editor thanks to this [GitHub Integration](https://github.com/fenix-hub/godot-engine.github-integration)!**
Expand Down
2 changes: 1 addition & 1 deletion addons/file-editor/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="File Editor"
description="An internal file editor to view and edit text files in your project folder."
author="Nicolo 'fenix' Santilio"
version="1.8.6"
version="1.8.7"
script="scripts/file-editor.gd"
2 changes: 1 addition & 1 deletion addons/file-editor/scripts/CSVEditor.gd
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ var rows_count : int = 1
signal update_file()
signal editing_file()

var GoogleTranslate : GoogleTranslateAPI = GoogleTranslateAPI.new()
var GoogleTranslate : = GoogleTranslateAPI.new()

# Called when the node enters the scene tree for the first time.
func _ready():
Expand Down

0 comments on commit c8eaf9e

Please sign in to comment.