Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Prep v3.0.0-beta0
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotdrew committed Jul 27, 2017
1 parent 01512b8 commit 1931af8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var buildDir = path.join(__dirname, 'build')
console.log('build directory', buildDir)

function productName() {
var name = 'Learn IDE';
var name = 'Learn IDE 3';

if (buildBeta) {
name += ' Beta';
Expand Down
2 changes: 1 addition & 1 deletion menus/learn-ide.cson
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{
'label': 'Packages'
'submenu': [
'label': 'Learn IDE'
'label': 'Learn IDE 3'
'submenu': [
{
'label': 'Reconnect'
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "learn-ide",
"version": "2.5.6",
"name": "learn-ide-3",
"version": "3.0.0-beta0",
"atomVersion": "1.14.4",
"main": "./lib/learn-ide",
"urlMain": "./lib/url-handler",
"description": "An integrated development environment for Learn.co",
"description": "THIS PACKAGE IS IN BETA, learn-ide is the stable release.",
"scripts": {
"postpublish": "./scripts/airbrake_deploy"
},
"keywords": [],
"repository": "https://github.com/learn-co/learn-ide",
"keywords": ["beta"],
"repository": "https://github.com/learn-co/learn-ide-3",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
Expand Down Expand Up @@ -37,8 +37,8 @@
"atom-material-syntax-dark": "0.2.7",
"atom-material-syntax-light": "0.4.6",
"learn-ide-material-ui": "1.3.15",
"learn-ide-notifications": "0.66.5",
"learn-ide-tree": "1.0.24"
"learn-ide-3-notifications": "1.0.0",
"learn-ide-3-tree": "2.0.0"
},
"devDependencies": {
"decompress": "4.0.0",
Expand Down

0 comments on commit 1931af8

Please sign in to comment.