Skip to content

Commit

Permalink
feat(glow): update Glow to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Mar 19, 2021
1 parent 45a7aad commit ca9a082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface Options {
* The desired version of Glow to download locally.
* @see https://github.com/charmbracelet/glow/releases
*/
export const desiredGlowVersion = '1.3.0';
export const desiredGlowVersion = '1.4.0';

export const defaultOptions: Options = {
glowVersion: null,
Expand Down

0 comments on commit ca9a082

Please sign in to comment.