Skip to content

Commit

Permalink
Back to work
Browse files Browse the repository at this point in the history
  • Loading branch information
steff456 committed Mar 29, 2022
1 parent 08568bf commit 3f31677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spyder_terminal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@

PLUGIN_CLASS

VERSION_INFO = (1, 2, 2)
VERSION_INFO = (1, 2, 3, 'dev0')
__version__ = '.'.join(map(str, VERSION_INFO))
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5381,7 +5381,7 @@ xterm.js@sourcelair/xterm.js#^3.14.5:
version "3.14.5"
resolved "https://codeload.github.com/sourcelair/xterm.js/tar.gz/b2bb848dfe49923c03eff35736a5e4411f1ee2b6"

xterm@^4.16.0:
xterm@^4.18.0:
version "4.18.0"
resolved "https://registry.yarnpkg.com/xterm/-/xterm-4.18.0.tgz#a1f6ab2c330c3918fb094ae5f4c2562987398ea1"
integrity sha512-JQoc1S0dti6SQfI0bK1AZvGnAxH4MVw45ZPFSO6FHTInAiau3Ix77fSxNx3mX4eh9OL4AYa8+4C8f5UvnSfppQ==
Expand Down

1 comment on commit 3f31677

@MaverickRat413
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that looks pretty good

Please sign in to comment.