Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Jan 15, 2025
1 parent f9c6533 commit b7e01f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/lib/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { DOMWidgetModel, DOMWidgetView } from '@jupyter-widgets/base';
* this on FF, the animation is not smooth because the image "gets stuck".
*/

export const version = "0.4.4";
export const version = "0.5.0";

export class RemoteFrameBufferModel extends DOMWidgetModel {
defaults() {
Expand Down

0 comments on commit b7e01f4

Please sign in to comment.