Skip to content

Commit

Permalink
Started 4.4.5 development.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Aug 20, 2014
1 parent 1ba5105 commit 05fca04
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
@@ -1,6 +1,8 @@
CKEditor 4 Changelog
====================

## CKEditor 4.4.5

## CKEditor 4.4.4

Fixed Issues:
Expand Down
2 changes: 1 addition & 1 deletion dev/builder/build.sh
Expand Up @@ -57,7 +57,7 @@ echo "Starting CKBuilder..."

JAVA_ARGS=${ARGS// -t / } # Remove -t from arrgs

java -jar ckbuilder/$CKBUILDER_VERSION/ckbuilder.jar --build ../../ release --version="4.4.4 DEV" --overwrite $JAVA_ARGS
java -jar ckbuilder/$CKBUILDER_VERSION/ckbuilder.jar --build ../../ release --version="4.4.5 DEV" --overwrite $JAVA_ARGS

# Copy and build tests
if [[ "$ARGS" == *\ \-t\ * ]]; then
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ckeditor-dev",
"version": "4.4.4",
"version": "4.4.5",
"description": "The development version of CKEditor - JavaScript WYSIWYG web text editor.",
"devDependencies": {
"benderjs-jquery": "~0.2.0",
Expand Down

0 comments on commit 05fca04

Please sign in to comment.