Skip to content

Commit

Permalink
Bump version to 0.1.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
71 committed Dec 20, 2019
1 parent 0d41c91 commit bd27b10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "dance",
"displayName": "Dance",
"description": "Make those cursors dance.",
"version": "0.1.8",
"description": "Make those cursors dance with Kakoune-inspired keybindings.",
"version": "0.1.9",
"license": "MIT",
"publisher": "gregoire",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import { commands } from './commands'
const pkg = {
name: 'dance',
displayName: 'Dance',
description: 'Make those cursors dance.',
version: '0.1.8',
description: 'Make those cursors dance with Kakoune-inspired keybindings.',
version: '0.1.9',
license: 'MIT',

publisher: 'gregoire',
Expand Down

0 comments on commit bd27b10

Please sign in to comment.