Skip to content

Commit

Permalink
Merge pull request #259 from 10play/fix-version
Browse files Browse the repository at this point in the history
fix: release
  • Loading branch information
17Amir17 authored Jan 5, 2025
2 parents 63144fb + b9d87ff commit fada884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/src/Examples/Advanced/editor-web/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { createRoot } from 'react-dom/client';
import { AdvancedEditor } from './AdvancedEditor';

/**
* This is the entrypoint for the "web" part of our editor that will be built with vite
* This is the entrypoint for the web part of our editor that will be built with vite
*/

declare global {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@10play/tentap-editor",
"version": "0.5.31",
"version": "0.5.32",
"description": "React Native Rich Text Editor",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit fada884

Please sign in to comment.