Skip to content

Commit

Permalink
Updates for 0.13.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SMerrony committed Nov 11, 2022
1 parent 1d617f1 commit e45e6e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Stephen Merrony
Copyright ©2021,2022 Stephen Merrony

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion alire.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "dashera"
description = "DASHER Terminal Emulator"
version = "0.12.1"
version = "0.13.0"
licenses = "MIT"
website = "https://github.com/SMerrony/dashera"

Expand Down
2 changes: 1 addition & 1 deletion changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dashera (0.12.2) stable; urgency=low
dashera (0.13.0) stable; urgency=low

[SMerrony]
* Fix issue with Edit|Paste not actually pasting into data stream
Expand Down
2 changes: 1 addition & 1 deletion src/gui.ads
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ package GUI is
package Handlers is new Gtk.Handlers.Callback (Widget_Type => Gtk.Widget.Gtk_Widget_Record);
package SB_Timeout_P is new Glib.Main.Generic_Sources (Gtk.Box.Gtk_Box);

App_SemVer : constant String := "0.12.2"; -- TODO Update Version each release!
App_SemVer : constant String := "0.13.0"; -- TODO Update Version each release!
App_Title : constant String := "DasherA";
App_Comment : constant String := "A Data General DASHER terminal emulator";
App_Author : constant String := "Stephen Merrony";
Expand Down

0 comments on commit e45e6e7

Please sign in to comment.