Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thedannywahl committed Feb 15, 2019
1 parent bc8e7ed commit e7dc2b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sentimony",
"version": "0.0.1",
"version": "1.0.0",
"description": "sentimony TinyMCE plugin repo",
"scripts": {
"start": "webpack-dev-server --config config/webpack.config.dev.js --progress --open --inline",
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const plugin = editor => {
name: s.t(l, "title"),
url: "https://github.com/thedannywahl/sentimony/",
author: "Danny Wahl",
version: "0.1"
version: "1.0.0"
}
}
}
Expand Down

0 comments on commit e7dc2b9

Please sign in to comment.